Spec-Zone.ru › Laravel 9

CompilesStacks

trait CompilesStacks (View source)

Методы

string compileStack(string $expression)

Компилирует инструкции стека в содержимое.

string compilePush(string $expression)

Компилирует инструкции push в допустимый PHP.

string compilePushOnce(string $expression)

Компилирует инструкции push-once в допустимый PHP.

string compileEndpush()

Компилирует инструкции end-push в допустимый PHP.

string compileEndpushOnce()

Компилирует инструкции end-push-once в допустимый PHP.

string compilePrepend(string $expression)

Компилирует инструкции prepend в допустимый PHP.

string compilePrependOnce(string $expression)

Компилирует инструкции prepend-once в допустимый PHP.

string compileEndprepend()

Компилирует инструкции end-prepend в допустимый PHP.

string compileEndprependOnce()

Компилирует инструкции end-prepend-once в допустимый PHP.

Подробности

protected string compileStack(string $expression)

Компилирует инструкции стека в содержимое.

Параметры

string $expression

Возвращаемое значение

string

protected string compilePush(string $expression)

Компилирует инструкции push в допустимый PHP.

Параметры

string $expression

Возвращаемое значение

string

protected string compilePushOnce(string $expression)

Компилирует инструкции push-once в допустимый PHP.

Параметры

string $expression

Возвращаемое значение

string

protected string compileEndpush()

Компилирует инструкции end-push в допустимый PHP.

Возвращаемое значение

string

protected string compileEndpushOnce()

Компилирует инструкции end-push-once в допустимый PHP.

Возвращаемое значение

string

protected string compilePrepend(string $expression)

Компилирует инструкции prepend в допустимый PHP.

Параметры

string $expression

Возвращаемое значение

string

protected string compilePrependOnce(string $expression)

Компилирует инструкции prepend-once в допустимый PHP.

Параметры

string $expression

Возвращаемое значение

string

protected string compileEndprepend()

Компилирует инструкции end-prepend в допустимый PHP.

Возвращаемое значение

string

protected string compileEndprependOnce()

Компилирует инструкции end-prepend-once в допустимый PHP.

Возвращаемое значение

string

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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API