getUrlArguments()["arg"] . "!"; } public function index() { return "Hellow Example Controller!"; } public function isLoggedIn() { if (Authentificator::getInstance()->isLoggedIn()) { return "test is false!"; } return "test is true"; } }