Method | Description | |
---|---|---|
evaluate ( array $variableTable = null ) : mixed | Evaluates the expression with the supplied variable table and returns the returned value. | |
evaluateWithNewThis ( object | null $thisObject, array $variableTable = null ) : mixed | Evaluates the expression with the supplied variable table and this object and returns the returned value. | |
getContext ( ) : Pinq\Expressions\IEvaluationContext | Gets the evaluation context. | |
getRequiredVariables ( ) : string[] | Gets the required variables for the evaluator. |
public getContext ( ) : Pinq\Expressions\IEvaluationContext | ||
return | Pinq\Expressions\IEvaluationContext |
public getRequiredVariables ( ) : string[] | ||
return | string[] |