PHP 클래스 Pinq\Expressions\UnsetExpression

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

공개 메소드들

메소드 설명
asEvaluator ( Pinq\Expressions\IEvaluationContext $context = null )
traverse ( ExpressionWalker $walker )

보호된 메소드들

메소드 설명
compileCode ( &$code )
updateValues ( array $values )

메소드 상세

asEvaluator() 공개 메소드

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

compileCode() 보호된 메소드

protected compileCode ( &$code )

traverse() 공개 메소드

public traverse ( ExpressionWalker $walker )
$walker ExpressionWalker

updateValues() 보호된 메소드

protected updateValues ( array $values )
$values array