___init(); parent::__construct($revokedRepo); } /** * {@inheritdoc} */ public function revokeFor(\Magento\Authorization\Model\UserContextInterface $userContext) : void { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'revokeFor'); $pluginInfo ? $this->___callPlugins('revokeFor', func_get_args(), $pluginInfo) : parent::revokeFor($userContext); } }