PHP 클래스 Pinq\Expressions\ValueExpression

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

공개 메소드들

메소드 설명
__clone ( )
__construct ( $value )
asEvaluator ( Pinq\Expressions\IEvaluationContext $context = null )
evaluate ( Pinq\Expressions\IEvaluationContext $context = null )
getValue ( ) : mixed
isValueType ( mixed $value ) : boolean Returns whether the supplied value is a value type.
serialize ( )
simplify ( Pinq\Expressions\IEvaluationContext $context = null )
traverse ( ExpressionWalker $walker )
unserialize ( $serialized )
update ( mixed $value ) : self

보호된 메소드들

메소드 설명
compileCode ( &$code )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( $value )

asEvaluator() 공개 메소드

public asEvaluator ( Pinq\Expressions\IEvaluationContext $context = null )
$context Pinq\Expressions\IEvaluationContext

compileCode() 보호된 메소드

protected compileCode ( &$code )

evaluate() 공개 메소드

public evaluate ( Pinq\Expressions\IEvaluationContext $context = null )
$context Pinq\Expressions\IEvaluationContext

getValue() 공개 메소드

public getValue ( ) : mixed
리턴 mixed

isValueType() 공개 정적인 메소드

Returns whether the supplied value is a value type.
public static isValueType ( mixed $value ) : boolean
$value mixed
리턴 boolean

serialize() 공개 메소드

public serialize ( )

simplify() 공개 메소드

public simplify ( Pinq\Expressions\IEvaluationContext $context = null )
$context Pinq\Expressions\IEvaluationContext

traverse() 공개 메소드

public traverse ( ExpressionWalker $walker )
$walker ExpressionWalker

unserialize() 공개 메소드

public unserialize ( $serialized )

update() 공개 메소드

public update ( mixed $value ) : self
$value mixed
리턴 self