|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Trigger_Manager_Edit_Fns () | |
| paintTriggerScreen (&$tm, &$o, $prefix) | |
| processTriggerScreen (&$tm, &$o, $prefix) | |
| _paintSubScreenList (&$tm, &$o, $prefix, $write_access) | |
| paintBatching (&$tm, &$o, $prefix) | |
| processBatching (&$tm, &$o, $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 32 of file trigger_manager_edit_fns.inc.
| _paintSubScreenList | ( | & | $tm, |
| & | $o, | ||
| $prefix, | |||
| $write_access | |||
| ) |
Paint Trigger List sub screen
| object | &$tm | trigger manager |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
| boolean | $write_access | a flag denoting whether we're editing or not |
Definition at line 113 of file trigger_manager_edit_fns.inc.
| paintBatching | ( | & | $tm, |
| & | $o, | ||
| $prefix | |||
| ) |
Display the Batching Triggers Screen
| object | &$tm | trigger manager |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 193 of file trigger_manager_edit_fns.inc.
| paintTriggerScreen | ( | & | $tm, |
| & | $o, | ||
| $prefix | |||
| ) |
Main Trigger Screen Display Controller
Determines which Subscreen to display based on state info
| object | &$tm | trigger manager |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 66 of file trigger_manager_edit_fns.inc.
| processBatching | ( | & | $tm, |
| & | $o, | ||
| $prefix | |||
| ) |
Process Batching Triggers Screen
Prepares and fires the trigger batching HIPO job
| object | &$tm | trigger manager |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 243 of file trigger_manager_edit_fns.inc.
| processTriggerScreen | ( | & | $tm, |
| & | $o, | ||
| $prefix | |||
| ) |
Process Triggers Screen Main Controller
This function determines how to process the input from the backend interface
| object | &$tm | trigger manager |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 95 of file trigger_manager_edit_fns.inc.
Constructor
Definition at line 40 of file trigger_manager_edit_fns.inc.