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