laravel / 10 / api / 10.x / illuminate / view / compilers / concerns / compilesfragments.html

CompilesFragments

trait CompilesFragments (View source)

Properties

protected string $lastFragment

The last compiled fragment.

Methods

string compileFragment(string $expression)

Compile the fragment statements into valid PHP.

string compileEndfragment()

Compile the end-fragment statements into valid PHP.

Details

protected string compileFragment(string $expression)

Compile the fragment statements into valid PHP.

Parameters

string $expression

Return Value

string

protected string compileEndfragment()

Compile the end-fragment statements into valid PHP.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/View/Compilers/Concerns/CompilesFragments.html