Squiz Matrix
4.12.2
|
Protected Member Functions | |
_getEpochDateTimeField (Cron_Manager $asset, $prefix) | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 31 of file cron_manager_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 40 of file cron_manager_edit_fns.inc.
|
protected |
Yes getting the date time field requires it's own function because it is such a pain to set-up
Cron_Manager | $asset | the asset to which we belong |
string | $prefix | prefix for form elements |
Definition at line 412 of file cron_manager_edit_fns.inc.
getWhenBoxHoursMins | ( | Cron_Manager | $cron_mgr, |
$one_off | |||
) |
Prints the jobs interface
Cron_Manager | $cron_mgr | the owning asset |
string | $one_off | whether we are after one_off options or repeating |
Definition at line 82 of file cron_manager_edit_fns.inc.
paintDeadLockStatus | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the interface for showing whether the cron manager is currently running or not
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 537 of file cron_manager_edit_fns.inc.
paintEmailSelection | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paints the interface for user to select the users to send deadlock mail to
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
and we have to be root
Definition at line 921 of file cron_manager_edit_fns.inc.
paintEpoch | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the interface for editing the cron manager's Epoch
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 463 of file cron_manager_edit_fns.inc.
paintExcludedTime | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paints the 'excluded time' rule
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 649 of file cron_manager_edit_fns.inc.
paintJobs | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the jobs interface
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 162 of file cron_manager_edit_fns.inc.
paintLastRun | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the interface for showing when the cron manager last ran
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 520 of file cron_manager_edit_fns.inc.
paintLogRotateTime | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paints the 'log rotate time' field
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 835 of file cron_manager_edit_fns.inc.
processDeadLockStatus | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the interface for showing whether the cron manager is currently running or not
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 614 of file cron_manager_edit_fns.inc.
processEmailSelection | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the interface for user to select the users to send deadlock mail to
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 957 of file cron_manager_edit_fns.inc.
processEpoch | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the interface for editing the cron manager's Epoch
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 491 of file cron_manager_edit_fns.inc.
processExcludedTime | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the 'excluded time' rule
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 786 of file cron_manager_edit_fns.inc.
processJobs | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the jobs interface
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 381 of file cron_manager_edit_fns.inc.
processLogRotateTime | ( | Cron_Manager | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the 'log rotate time' field
Cron_Manager | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 892 of file cron_manager_edit_fns.inc.