Class: iHRIS Module UserCronReports (Development)
This article describes the class iHRIS_Module_UserCronReports .
- Extends the class: I2CE_Module.
- Location: Part of the module UserCronReports in the package iHRIS Common 4.1-dev
- Source: Defined in the file modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 33
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v4.1.6
@filesource Class iHRIS_Module_UserCronReports
Methods
action_cron_report()
Handle the display for the cron_report form on the view user page.
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 264
- Signature: public function action_cron_report($page)
- Parameters:
- $page
- Returns: boolean
cronjob()
Run the appropriate cron jobs based on the cron type.
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 122
- Signature: public function cronjob($type)
- Parameters:
- string $type
cronjob_daily()
Run the daily cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 100
- Signature: public function cronjob_daily()
cronjob_fifteen()
Run the fifteen minute cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 79
- Signature: public function cronjob_fifteen()
cronjob_five()
Run the five minute cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 65
- Signature: public function cronjob_five()
cronjob_hourly()
Run the hourly cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 93
- Signature: public function cronjob_hourly()
cronjob_monthly()
Run the monthly cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 114
- Signature: public function cronjob_monthly()
cronjob_ten()
Run the ten minute cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 72
- Signature: public function cronjob_ten()
cronjob_thirty()
Run the thirty minute cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 86
- Signature: public function cronjob_thirty()
cronjob_weekly()
Run the weekly cron
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 107
- Signature: public function cronjob_weekly()
getFileName()
Convert the report name to a valid filename.
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 293
- Signature: protected function getFileName($report_name)
- Parameters:
- string $report_name
- Returns: string
getHooks()
Retrn the array of hooks available in this module.
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 49
- Signature: static public function getHooks()
- Returns: array
getMethods()
Return the list of fuzzy methods handled by this module.
- Defined in common/modules/UserCronReports/lib/iHRIS_Module_UserCronReports.php on line 39
- Signature: static public function getMethods()
- Returns: array
Inherited Methods
__construct()
This public method is inherited from I2CE_Module->__construct()
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
getCLIMethods()
This public method is inherited from I2CE_Module->getCLIMethods()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->upgrade()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()