Jackalope\Query\QOM\Length::__construct PHP Метод

__construct() публичный Метод

Create a new length information
public __construct ( PHPCR\Query\QOM\PropertyValueInterface $propertyValue )
$propertyValue PHPCR\Query\QOM\PropertyValueInterface
    public function __construct(PropertyValueInterface $propertyValue)
    {
        $this->propertyValue = $propertyValue;
    }