CompilesStacks
trait CompilesStacks (View source)
Methods
| string |  compileStack(string $expression)  Compile the stack statements into the content.  |  |
| string |  compilePush(string $expression)  Compile the push statements into valid PHP.  |  |
| string |  compileEndpush()  Compile the end-push statements into valid PHP.  |  |
| string |  compilePrepend(string $expression)  Compile the prepend statements into valid PHP.  |  |
| string |  compileEndprepend()  Compile the end-prepend statements into valid PHP.  |  
Details
protected string compileStack(string $expression)
Compile the stack statements into the content.
protected string compilePush(string $expression)
Compile the push statements into valid PHP.
protected string compileEndpush()
Compile the end-push statements into valid PHP.
protected string compilePrepend(string $expression)
Compile the prepend statements into valid PHP.
protected string compileEndprepend()
Compile the end-prepend statements into valid PHP.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/7.x/Illuminate/View/Compilers/Concerns/CompilesStacks.html