|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| executeActions () | |
| getName () | |
Public Member Functions inherited from ScheduledTask | |
| __construct ($args=array()) | |
| addExecutionLogEntry ($message, $type=null) | |
| execute () | |
| getHelper () | |
| getProcessId () | |
Additional Inherited Members |
Class responsible to send the monthly statistics report.
Definition at line 18 of file StatisticsReport.inc.php.
| StatisticsReport::executeActions | ( | ) |
Implement this method to execute the task actions.
Reimplemented from ScheduledTask.
Definition at line 49 of file StatisticsReport.inc.php.
References PKPApplication\get(), DAORegistry\getDAO(), and AppLocale\requireComponents().
| StatisticsReport::getName | ( | ) |
Get the scheduled task name. Override to define a custom task name.
Reimplemented from ScheduledTask.
Definition at line 41 of file StatisticsReport.inc.php.