template = 'LoginWidget.php'; parent::__construct( self::WIDGET_ID, TXT_UAM_LOGIN_WIDGET_TITLE, ['description' => TXT_UAM_LOGIN_WIDGET_DESC] ); } protected function getPhp(): Php { return $this->php; } protected function getWordpress(): Wordpress { return $this->wordpress; } protected function getWordpressConfig(): WordpressConfig { return $this->wordpressConfig; } public function widget($args, $instance): void { $this->render(); } }