Jackalope\Query\QOM\LowerCase::__construct PHP Méthode

__construct() public méthode

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;
    }