CompilesHelpers
trait CompilesHelpers (View source)
Методы
| string | compileCsrf()
Компилировать утверждения CSRF в корректный PHP. | |
| string | compileDd(string $arguments)
Компилировать операторы "dd" в корректный PHP. | |
| string | compileDump(string $arguments)
Компилировать операторы "dump" в корректный PHP. | |
| string | compileMethod(string $method)
Компилировать операторы метода в корректный PHP. |
Подробности
protected string compileCsrf()
Компилировать утверждения CSRF в корректный PHP.
protected string compileDd(string $arguments)
Компилировать операторы "dd" в корректный PHP.
protected string compileDump(string $arguments)
Компилировать операторы "dump" в корректный PHP.
protected string compileMethod(string $method)
Компилировать операторы метода в корректный PHP.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/View/Compilers/Concerns/CompilesHelpers.html