trait
Illuminate
/
View
/
Compilers
/
Concerns
/
CompilesStacks
You are viewing an older version of the documentation. For the latest, please visit master documentation.
CompilesStacks
Methods
protected
compileStack ( $expression ) : string
Compile the stack statements into the content.
Parameters
- $expression string
protected
compilePush ( $expression ) : string
Compile the push statements into valid PHP.
Parameters
- $expression string
protected
compileEndpush ( ) : string
Compile the end-push statements into valid PHP.
protected
compilePrepend ( $expression ) : string
Compile the prepend statements into valid PHP.
Parameters
- $expression string
protected
compileEndprepend ( ) : string
Compile the end-prepend statements into valid PHP.