trait
Illuminate
/
View
/
Compilers
/
Concerns
/
CompilesStacks
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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
compilePushOnce ( $expression ) : string
Compile the push-once statements into valid PHP.
Parameters
- $expression string
protected
compileEndpush ( ) : string
Compile the end-push statements into valid PHP.
protected
compileEndpushOnce ( ) : string
Compile the end-push-once statements into valid PHP.
protected
compilePrepend ( $expression ) : string
Compile the prepend statements into valid PHP.
Parameters
- $expression string
protected
compilePrependOnce ( $expression ) : string
Compile the prepend-once statements into valid PHP.
Parameters
- $expression string
protected
compileEndprepend ( ) : string
Compile the end-prepend statements into valid PHP.
protected
compileEndprependOnce ( ) : string
Compile the end-prepend-once statements into valid PHP.