config = $config; parent::__construct($context, $data); } /** * @return bool */ public function isEnabled() { return $this->config->isEnabled(); } /** * @return string */ public function getExplanationMessage() { return $this->config->getExplanationMessage(); } /** * @return string */ public function getExplanationMessageWhatsThis() { return $this->config->getExplanationMessageWhatsThis(); } }