Documentation

CompilesStacks

Table of Contents

compileEndprepend()  : string
Compile the end-prepend statements into valid PHP.
compileEndpush()  : string
Compile the end-push statements into valid PHP.
compilePrepend()  : string
Compile the prepend statements into valid PHP.
compilePush()  : string
Compile the push statements into valid PHP.
compileStack()  : string
Compile the stack statements into the content.

Methods

compileEndprepend()

Compile the end-prepend statements into valid PHP.

protected compileEndprepend() : string
Return values
string

compileEndpush()

Compile the end-push statements into valid PHP.

protected compileEndpush() : string
Return values
string

compilePrepend()

Compile the prepend statements into valid PHP.

protected compilePrepend(string $expression) : string
Parameters
$expression : string
Return values
string

compilePush()

Compile the push statements into valid PHP.

protected compilePush(string $expression) : string
Parameters
$expression : string
Return values
string

compileStack()

Compile the stack statements into the content.

protected compileStack(string $expression) : string
Parameters
$expression : string
Return values
string

Search results