Jackalope\Query\QOM\LowerCase::__construct PHP 메소드

__construct() 공개 메소드

Create a new lower case value
public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand )
$operand PHPCR\Query\QOM\DynamicOperandInterface
    public function __construct(DynamicOperandInterface $operand)
    {
        $this->operand = $operand;
    }