Function Module_admin_errorlog->show_logs
Definitions
adminzone/pages/modules/admin_errorlog.php
- Show the main UI.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The result of execution
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Show the main UI.
*
* @return Tempcode The result of execution
*/
public function show_logs() : object
* Show the main UI.
*
* @return Tempcode The result of execution
*/
public function show_logs() : object

