app->login (); } /** * Logouts the current user. **/ function logout () { $this->app->logout (); } } ?>