PHP 클래스 Pinq\Expressions\StaticValueEvaluator

저자: Elliot Levin ([email protected])
상속: extends Evaluator
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$value mixed

공개 메소드들

메소드 설명
__construct ( $value, Pinq\Expressions\IEvaluationContext $context = null )

보호된 메소드들

메소드 설명
doEvaluation ( array $variableTable )
doEvaluationWithNewThis ( array $variableTable, $newThis )

메소드 상세

__construct() 공개 메소드

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

doEvaluation() 보호된 메소드

protected doEvaluation ( array $variableTable )
$variableTable array

doEvaluationWithNewThis() 보호된 메소드

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

프로퍼티 상세

$value 보호되어 있는 프로퍼티

protected mixed $value
리턴 mixed