Function Module_admin_email_log->show
Definitions
adminzone/pages/modules/admin_email_log.php
- Get a list of all the e-mails sent/queued.
- 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)
/**
* Get a list of all the e-mails sent/queued.
*
* @return Tempcode The result of execution
*/
public function show() : object
* Get a list of all the e-mails sent/queued.
*
* @return Tempcode The result of execution
*/
public function show() : object
