getArguments() as $argument) { if ($argument->isApplicable($params)) { $this->getServiceManager()->propagate($argument); $argument->load($action); } } } /** * Get list of serialized arguments from options * * @return array */ protected function getOptionArguments() { return $this->hasOption(self::ARGUMENT_OPTION) ? $this->getOption(self::ARGUMENT_OPTION) : []; } }