|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| paintJobQueue (&$asset, &$o, $prefix) | |
| processJobQueue (&$asset, &$o, $prefix) | |
| _processJobQueue (&$asset, $jobs) | |
| _paintJobQueue (&$asset, $jobs) | |
| showProgressSection (&$asset, $prefix) | |
| paintThresholdSettingCheckBox (&$asset, &$o, $prefix) | |
| processThresholdSettingCheckBox (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Bulkmail_Post_Office_Edit_Fns | |
| __construct () | |
| paintRecipients (&$asset, &$o, $prefix) | |
| processRecipients (&$asset, &$o, $prefix) | |
| paintServerDetails (&$asset, &$o, $prefix) | |
| processServerDetails (&$asset, &$o, $prefix) | |
| paintCurrentHeaders (&$asset, &$o, $prefix) | |
| processCurrentHeaders (&$asset, &$o, $prefix) | |
| paintNewHeader (&$asset, &$o, $prefix) | |
| processNewHeader (&$asset, &$o, $prefix) | |
| paintThresholds (&$asset, &$o, $prefix) | |
| processThresholds (&$asset, &$o, $prefix) | |
| paintAddRule (&$asset, &$o, $prefix, $write_access) | |
| processAddRule (&$asset, &$o, $prefix, $threshold, $write_access) | |
| _paintExcludedTimeRule (&$asset, &$o, $prefix, $rule, $write_access) | |
| _processExcludedTimeRule ($prefix, $threshold, $key) | |
| _paintSendRateRule (&$asset, &$o, $prefix, $rule, $write_access) | |
| _processSendRateRule ($prefix, $threshold, $key) | |
| paintJobQueue (&$asset, &$o, $prefix) | |
| processJobQueue (&$asset, &$o, $prefix) | |
| showProgressSection (&$asset, $prefix) | |
Public Member Functions inherited from Asset_Edit_Fns | |
| Asset_Edit_Fns () | |
| paintPaths (&$asset, &$o, $prefix) | |
| paintEditRemapURLs (&$asset, &$o, $prefix) | |
| processPaths (&$asset, &$o, $prefix) | |
| processEditRemapURLs (&$asset, &$o, $prefix) | |
| paintURLs (&$asset, &$o, $prefix) | |
| paintAddRemapURLs (&$asset, &$o, $prefix) | |
| processAddRemapURLs (&$asset, &$o, $prefix) | |
| isWorkflowComplete (&$asset) | |
| paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
| processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
| isSearchInstalled (&$asset, $prefix) | |
| isBeingCreated (&$asset) | |
| isNotBeingCreated (&$asset) | |
| paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
| paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
| $static_screens | |
Definition at line 35 of file bulkmail_manager_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 43 of file bulkmail_manager_edit_fns.inc.
| _paintJobQueue | ( | & | $asset, |
| $jobs | |||
| ) |
Prints out a list of jobs in the queue depending on the current context
| object | &$asset | the asset to which we belong |
| array | $jobs | an array of jobs |
Definition at line 169 of file bulkmail_manager_edit_fns.inc.
| _processJobQueue | ( | & | $asset, |
| $jobs | |||
| ) |
Process the job queue
| object | &$asset | the asset to which we belong |
| array | $jobs | an array of jobs |
Definition at line 120 of file bulkmail_manager_edit_fns.inc.
| paintJobQueue | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint the job queue
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 73 of file bulkmail_manager_edit_fns.inc.
| paintThresholdSettingCheckBox | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the threshold setting checkbox, whether to override all settings or not
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 298 of file bulkmail_manager_edit_fns.inc.
| processJobQueue | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the job queue
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 97 of file bulkmail_manager_edit_fns.inc.
| processThresholdSettingCheckBox | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the threshold setting checkbox
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 327 of file bulkmail_manager_edit_fns.inc.
| showProgressSection | ( | & | $asset, |
| $prefix | |||
| ) |
Function that determine whether to hide or show the progress section for bulkmail manager
| object | &$asset | the asset to which we belong |
| string | $prefix | prefix for the form element |
Definition at line 280 of file bulkmail_manager_edit_fns.inc.