___init(); parent::__construct($secureUrlList, $excludedUrlList); } /** * {@inheritdoc} */ public function isSecure($url) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'isSecure'); return $pluginInfo ? $this->___callPlugins('isSecure', func_get_args(), $pluginInfo) : parent::isSecure($url); } }