PHP 클래스 Pinq\Expressions\CastExpression

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

공개 메소드들

메소드 설명
__clone ( )
__construct ( $castType, Expression $castValue )
getCastType ( ) : string
getCastValue ( ) : Expression
serialize ( )
traverse ( ExpressionWalker $walker )
unserialize ( $serialized )
update ( string $castType, Expression $castValue ) : self

보호된 메소드들

메소드 설명
compileCode ( &$code )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( $castType, Expression $castValue )
$castValue Expression

compileCode() 보호된 메소드

protected compileCode ( &$code )

getCastType() 공개 메소드

public getCastType ( ) : string
리턴 string The cast operator

getCastValue() 공개 메소드

public getCastValue ( ) : Expression
리턴 Expression The expression which is cast

serialize() 공개 메소드

public serialize ( )

traverse() 공개 메소드

public traverse ( ExpressionWalker $walker )
$walker ExpressionWalker

unserialize() 공개 메소드

public unserialize ( $serialized )

update() 공개 메소드

public update ( string $castType, Expression $castValue ) : self
$castType string
$castValue Expression
리턴 self