|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __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 34 of file bulkmail_post_office_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 42 of file bulkmail_post_office_edit_fns.inc.
| _paintExcludedTimeRule | ( | & | $asset, |
| & | $o, | ||
| $prefix, | |||
| $rule, | |||
| $write_access | |||
| ) |
Paints the 'excluded time' rule
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
| array | $rule | the rule that we are painting |
| boolean | $write_access | write access to the asset attribute |
Definition at line 654 of file bulkmail_post_office_edit_fns.inc.
| _paintSendRateRule | ( | & | $asset, |
| & | $o, | ||
| $prefix, | |||
| $rule, | |||
| $write_access | |||
| ) |
Paints the 'Send Rate' rule
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
| array | $rule | the rule that we are painting |
| boolean | $write_access | write access to the asset attribute |
Definition at line 797 of file bulkmail_post_office_edit_fns.inc.
| _processExcludedTimeRule | ( | $prefix, | |
| $threshold, | |||
| $key | |||
| ) |
Processes the 'excluded time' rule
| string | $prefix | prefix for the form elements |
| array | $threshold | the post office's threshold attribute |
| int | $key | the index of this rule in the threshold array |
Definition at line 745 of file bulkmail_post_office_edit_fns.inc.
| _processSendRateRule | ( | $prefix, | |
| $threshold, | |||
| $key | |||
| ) |
Processes the 'Send Rate' rule
| string | $prefix | prefix for the form elements |
| array | $threshold | the post office's threshold attribute |
| int | $key | the index of this rule in the threshold array |
Definition at line 852 of file bulkmail_post_office_edit_fns.inc.
| paintAddRule | ( | & | $asset, |
| & | $o, | ||
| $prefix, | |||
| $write_access | |||
| ) |
Paints the dropdown to add a rule to this section
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
| boolean | $write_access | write access to the asset attribute |
Definition at line 578 of file bulkmail_post_office_edit_fns.inc.
| paintCurrentHeaders | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the header details interface for the bmail
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 311 of file bulkmail_post_office_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 883 of file bulkmail_post_office_edit_fns.inc.
| paintNewHeader | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface to add a new header field
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 405 of file bulkmail_post_office_edit_fns.inc.
| paintRecipients | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the recipients which will receive the bulkmail
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 63 of file bulkmail_post_office_edit_fns.inc.
| paintServerDetails | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint the email server details
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 131 of file bulkmail_post_office_edit_fns.inc.
| paintThresholds | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint the threshold settings
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 463 of file bulkmail_post_office_edit_fns.inc.
| processAddRule | ( | & | $asset, |
| & | $o, | ||
| $prefix, | |||
| $threshold, | |||
| $write_access | |||
| ) |
Processes the dropdown to add a rule to this section
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
| array | $threshold | the post office's threshold attribute |
| boolean | $write_access | write access to the asset attribute |
Definition at line 606 of file bulkmail_post_office_edit_fns.inc.
| processCurrentHeaders | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the header details for the bmail
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 369 of file bulkmail_post_office_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 908 of file bulkmail_post_office_edit_fns.inc.
| processNewHeader | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the interface to add a new header field
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 432 of file bulkmail_post_office_edit_fns.inc.
| processRecipients | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the value input from group addressee selection widget
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 102 of file bulkmail_post_office_edit_fns.inc.
| processServerDetails | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the email server details
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 275 of file bulkmail_post_office_edit_fns.inc.
| processThresholds | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the threshold settings
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 534 of file bulkmail_post_office_edit_fns.inc.
| showProgressSection | ( | & | $asset, |
| $prefix | |||
| ) |
Function that determine whether to hide or show the progress section for this post office
| object | &$asset | the asset to which we belong |
| string | $prefix | prefix for the form element |
Definition at line 932 of file bulkmail_post_office_edit_fns.inc.