CompilesStacks
trait CompilesStacks (View source)
Методы
| string |
compileStack(string $expression)
Компилировать инструкции стека в содержимое. |
|
| string |
compilePush(string $expression)
Компилировать инструкции push в допустимый PHP. |
|
| string |
compileEndpush()
Компилировать инструкции end-push в допустимый PHP. |
|
| string |
compilePrepend(string $expression)
Компилировать инструкции prepend в допустимый PHP. |
|
| string |
compileEndprepend()
Компилировать инструкции end-prepend в допустимый PHP. |
Подробности
protected string compileStack(string $expression)
Компилировать инструкции стека в содержимое.
protected string compilePush(string $expression)
Компилировать инструкции push в допустимый PHP.
protected string compileEndpush()
Компилировать инструкции end-push в допустимый PHP.
protected string compilePrepend(string $expression)
Компилировать инструкции prepend в допустимый PHP.
protected string compileEndprepend()
Компилировать инструкции end-prepend в допустимый 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/CompilesStacks.html