PHP Class Jackalope\Query\QOM\Length

Inheritance: implements PHPCR\Query\QOM\LengthInterface
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$propertyValue PHPCR\Query\QOM\PropertyValueInterface

Public Methods

Method Description
__construct ( PHPCR\Query\QOM\PropertyValueInterface $propertyValue ) Create a new length information
getPropertyValue ( ) {@inheritDoc}

Method Details

__construct() public method

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

getPropertyValue() public method

{@inheritDoc}
public getPropertyValue ( )

Property Details

$propertyValue protected property

protected PropertyValueInterface,PHPCR\Query\QOM $propertyValue
return PHPCR\Query\QOM\PropertyValueInterface