Neos\Flow\Persistence\Generic\Qom\UpperCase::__construct PHP Метод

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

Constructs this UpperCase instance
public __construct ( DynamicOperand $operand )
$operand DynamicOperand
    public function __construct(DynamicOperand $operand)
    {
        $this->operand = $operand;
    }