Jackalope\Query\QOM\UpperCase::__construct PHP Method

__construct() public method

public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand )
$operand PHPCR\Query\QOM\DynamicOperandInterface
    public function __construct(DynamicOperandInterface $operand)
    {
        $this->operand = $operand;
    }