CompilesComponents
trait CompilesComponents (View source)
Methods
string | compileComponent(string $expression) Compile the component statements into valid PHP. | |
string | compileEndComponent() Compile the end-component statements into valid PHP. | |
string | compileSlot(string $expression) Compile the slot statements into valid PHP. | |
string | compileEndSlot() Compile the end-slot statements into valid PHP. |
Details
protected string compileComponent(string $expression)
Compile the component statements into valid PHP.
protected string compileEndComponent()
Compile the end-component statements into valid PHP.
protected string compileSlot(string $expression)
Compile the slot statements into valid PHP.
protected string compileEndSlot()
Compile the end-slot statements into valid PHP.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.7/Illuminate/View/Compilers/Concerns/CompilesComponents.html