abstract class BaseExpression extends BaseExpressionComponent

Class BaseExpressionBuilder

Methods

__construct($exprUserVariableName)

ExpressionComponent constructor.

__toString()

Serializes to string.

jsonSerialize()

Serializes to JSON.

Details

__construct($exprUserVariableName)

ExpressionComponent constructor.

Parameters

Name Type Description
$exprUserVariableName

string __toString()

Serializes to string.

Return Value

string

mixed jsonSerialize()

Serializes to JSON.

Return Value

mixed