PHP 클래스 Pinq\Expressions\VariableEvaluator

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

보호된 프로퍼티들

프로퍼티 타입 설명
$name string

공개 메소드들

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

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

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

doEvaluation() 보호된 메소드

protected doEvaluation ( array $variableTable )
$variableTable array

doEvaluationWithNewThis() 보호된 메소드

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

프로퍼티 상세

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

protected string $name
리턴 string