PHP Class Pinq\Expressions\VariableEvaluator

Author: Elliot Levin ([email protected])
Inheritance: extends Evaluator
ファイルを表示 Open project: timetoogo/pinq

Protected Properties

Property Type Description
$name string

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

public __construct ( $name, 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

$name protected_oe property

protected string $name
return string