PHP Class Pinq\Expressions\StaticValueEvaluator

Author: Elliot Levin ([email protected])
Inheritance: extends Evaluator
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$value mixed

Public Methods

Method Description
__construct ( $value, Pinq\Expressions\IEvaluationContext $context = null )

Protected Methods

Method Description
doEvaluation ( array $variableTable )
doEvaluationWithNewThis ( array $variableTable, $newThis )

Method Details

__construct() public method

public __construct ( $value, Pinq\Expressions\IEvaluationContext $context = null )
$context Pinq\Expressions\IEvaluationContext

doEvaluation() protected method

protected doEvaluation ( array $variableTable )
$variableTable array

doEvaluationWithNewThis() protected method

protected doEvaluationWithNewThis ( array $variableTable, $newThis )
$variableTable array

Property Details

$value protected property

protected mixed $value
return mixed