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/5.8/Illuminate/View/Compilers/Concerns/CompilesRawPhp.html