PHP 클래스 Pinq\Expressions\CompiledEvaluator

저자: Elliot Levin ([email protected])
상속: extends Evaluator, implements Serializable
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$boundCompiledEvaluator Closure
$code string
$extraVariables mixed[]
$originalCompiledEvaluator Closure

공개 메소드들

메소드 설명
fromExpressions ( array $expressions, Pinq\Expressions\IEvaluationContext $context = null ) : CompiledEvaluator Creates a new compiled evaluator from the supplied expressions.
getCode ( ) : string
serialize ( )
unserialize ( $serialized )

보호된 메소드들

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

비공개 메소드들

메소드 설명
initializeEvaluator ( )

메소드 상세

doEvaluation() 보호된 메소드

protected doEvaluation ( array $variableTable )
$variableTable array

doEvaluationWithNewThis() 보호된 메소드

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

fromExpressions() 공개 정적인 메소드

Creates a new compiled evaluator from the supplied expressions.
public static fromExpressions ( array $expressions, Pinq\Expressions\IEvaluationContext $context = null ) : CompiledEvaluator
$expressions array
$context Pinq\Expressions\IEvaluationContext
리턴 CompiledEvaluator

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $serialized )

프로퍼티 상세

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

protected Closure $boundCompiledEvaluator
리턴 Closure

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

protected string $code
리턴 string

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

protected mixed[] $extraVariables
리턴 mixed[]

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

protected Closure $originalCompiledEvaluator
리턴 Closure