Function Module_login->logout
Definitions
pages/modules/login.php
- The actualiser for logging out.Actually, the true actualiser is located in handle_logins.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The actualiser for logging out.Actually, the true actualiser is located in handle_logins.
*
* @return Tempcode The UI
*/
public function logout() : object
* The actualiser for logging out.Actually, the true actualiser is located in handle_logins.
*
* @return Tempcode The UI
*/
public function logout() : object
