{$method}(); } public function getUsername(): ?string { global $INFO, $USERINFO; // https://github.com/michitux/dokuwiki-plugin-move/issues/235 $userinfo = $INFO['userinfo'] ?? $USERINFO; return $userinfo['name'] ?? null; } }