Storm\Drivers\Base\Object\Properties\Accessors\Invocation::__construct PHP Метод

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

public __construct ( array $ConstantArguments = [] )
$ConstantArguments array
    public function __construct(array $ConstantArguments = [])
    {
        parent::__construct(new InvocationGetter($ConstantArguments), new InvocationSetter($ConstantArguments));
    }
Invocation