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

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

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