CompilesStacks
trait CompilesStacks
Methods
Compile the stack statements into the content.
Compile the push statements into valid PHP.
Compile the push-once statements into valid PHP.
Compile the end-push statements into valid PHP.
Compile the end-push-once statements into valid PHP.
Compile the prepend statements into valid PHP.
Compile the prepend-once statements into valid PHP.
Compile the end-prepend statements into valid PHP.
Compile the end-prepend-once statements into valid PHP.
Details
at line 14
protected string
compileStack(string $expression)
Compile the stack statements into the content.
at line 22
protected string
compilePush(string $expression)
Compile the push statements into valid PHP.
at line 30
protected string
compilePushOnce(string $expression)
Compile the push-once statements into valid PHP.
at line 45
protected string
compileEndpush()
Compile the end-push statements into valid PHP.
at line 53
protected string
compileEndpushOnce()
Compile the end-push-once statements into valid PHP.
at line 61
protected string
compilePrepend(string $expression)
Compile the prepend statements into valid PHP.
at line 69
protected string
compilePrependOnce(string $expression)
Compile the prepend-once statements into valid PHP.
at line 84
protected string
compileEndprepend()
Compile the end-prepend statements into valid PHP.
at line 92
protected string
compileEndprependOnce()
Compile the end-prepend-once statements into valid PHP.