PHP 클래스 Jackalope\Query\QOM\Ordering

상속: implements PHPCR\Query\QOM\OrderingInterface
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string

공개 메소드들

메소드 설명
__construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand, string $order = null ) Constructor
getOperand ( ) {@inheritDoc}
getOrder ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand, string $order = null )
$operand PHPCR\Query\QOM\DynamicOperandInterface
$order string

getOperand() 공개 메소드

{@inheritDoc}
public getOperand ( )

getOrder() 공개 메소드

{@inheritDoc}
public getOrder ( )

프로퍼티 상세

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

protected DynamicOperandInterface,PHPCR\Query\QOM $operand
리턴 PHPCR\Query\QOM\DynamicOperandInterface

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

protected string $order
리턴 string