Neos\Flow\Persistence\Generic\Qom\LowerCase::__construct PHP 메소드

__construct() 공개 메소드

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