PHP 클래스 Jackalope\Query\QOM\Length

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

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyValue PHPCR\Query\QOM\PropertyValueInterface

공개 메소드들

메소드 설명
__construct ( PHPCR\Query\QOM\PropertyValueInterface $propertyValue ) Create a new length information
getPropertyValue ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new length information
public __construct ( PHPCR\Query\QOM\PropertyValueInterface $propertyValue )
$propertyValue PHPCR\Query\QOM\PropertyValueInterface

getPropertyValue() 공개 메소드

{@inheritDoc}
public getPropertyValue ( )

프로퍼티 상세

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

protected PropertyValueInterface,PHPCR\Query\QOM $propertyValue
리턴 PHPCR\Query\QOM\PropertyValueInterface