trait
Illuminate
/
View
/
Compilers
/
Concerns
/
CompilesHelpers
You are viewing an older version of the documentation. For the latest, please visit master documentation.
CompilesHelpers
Methods
protected
compileCsrf ( ) : string
Compile the CSRF statements into valid PHP.
protected
compileDd ( $arguments ) : string
Compile the "dd" statements into valid PHP.
Parameters
- $arguments string
protected
compileDump ( $arguments ) : string
Compile the "dump" statements into valid PHP.
Parameters
- $arguments string
protected
compileMethod ( $method ) : string
Compile the method statements into valid PHP.
Parameters
- $method string