CompilesRawPhp
trait CompilesRawPhp (View source)
Методы
| string | compilePhp(string $expression) Компилировать выражения PHP в допустимый PHP. | |
| string | compileUnset(string $expression) Компилировать операторы unset в допустимый PHP. |
Подробности
protected string compilePhp(string $expression)
Компилировать выражения PHP в допустимый PHP.
protected string compileUnset(string $expression)
Компилировать операторы unset в допустимый PHP.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/9.x/Illuminate/View/Compilers/Concerns/CompilesRawPhp.html