trait CompilesIncludes (View source)
string | compileEach(string $expression) Compile the each statements into valid PHP. | |
string | compileInclude(string $expression) Compile the include statements into valid PHP. | |
string | compileIncludeIf(string $expression) Compile the include-if statements into valid PHP. | |
string | compileIncludeWhen(string $expression) Compile the include-when statements into valid PHP. | |
string | compileIncludeUnless(string $expression) Compile the include-unless statements into valid PHP. | |
string | compileIncludeFirst(string $expression) Compile the include-first statements into valid PHP. |
Compile the each statements into valid PHP.
Compile the include statements into valid PHP.
Compile the include-if statements into valid PHP.
Compile the include-when statements into valid PHP.
Compile the include-unless statements into valid PHP.
Compile the include-first statements into valid PHP.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/View/Compilers/Concerns/CompilesIncludes.html