Commit d558387b authored by Taylor Otwell's avatar Taylor Otwell

added docblock to blade function.

parent 3ba6342c
...@@ -104,6 +104,12 @@ class Blade { ...@@ -104,6 +104,12 @@ class Blade {
return $value; return $value;
} }
/**
* Rewrites Blade "@layout" expressions into valid PHP.
*
* @param string $value
* @return string
*/
protected static function compile_layouts($value) protected static function compile_layouts($value)
{ {
// If the Blade template is not using "layouts", we'll just return it // If the Blade template is not using "layouts", we'll just return it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment