Storm\Drivers\Fluent\Object\Functional\Implementation\PHPParser\UnaryOperationSimplifier::__construct PHP Метод

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

public __construct ( $UnaryOperationNodeType, $OperandProperty = 'expr' )
    public function __construct($UnaryOperationNodeType, $OperandProperty = 'expr')
    {
        parent::__construct('Expr_' . $UnaryOperationNodeType);
        $this->UnaryOperationNodeType = $UnaryOperationNodeType;
        $this->OperandProperty = $OperandProperty;
        $this->UnaryOperation = self::UnaryOperations()[$UnaryOperationNodeType];
    }