CompilesEchos
trait CompilesEchos (View source)
Методы
| string | compileEchos(string $value) Компилирует Blade echos в корректный PHP. | |
| array | getEchoMethods() Получить методы echo в правильном порядке для компиляции. | |
| string | compileRawEchos(string $value) Компилировать инструкции "raw" echo. | |
| string | compileRegularEchos(string $value) Компилировать инструкции "regular" echo. | |
| string | compileEscapedEchos(string $value) Компилировать инструкции escaped echo. |
Детали
protected string compileEchos(string $value)
Компилирует Blade echos в корректный PHP.
protected array getEchoMethods()
Получить методы echo в правильном порядке для компиляции.
protected string compileRawEchos(string $value)
Компилировать инструкции "raw" echo.
protected string compileRegularEchos(string $value)
Компилировать инструкции "regular" echo.
protected string compileEscapedEchos(string $value)
Компилировать инструкции escaped echo.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/View/Compilers/Concerns/CompilesEchos.html