___init(); parent::__construct($saveMultiple, $logger); } /** * {@inheritdoc} */ public function execute(array $reservations) : void { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'execute'); $pluginInfo ? $this->___callPlugins('execute', func_get_args(), $pluginInfo) : parent::execute($reservations); } }