|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| generateReport (HIPO_Job $job, Array &$step_data, $prefix) | |
| paintReport (Report_Safe_Trash $asset, Backend_Outputter $o, $prefix) | |
| paintCurrentAssetTypes (Report_Safe_Trash $asset, Backend_Outputter $o, $prefix) | |
| processCurrentAssetTypes (Report_Safe_Trash $asset, Backend_Outputter $o, $prefix) | |
| paintAddAssetType (Report_Safe_Trash $asset, Backend_Outputter $o, $prefix) | |
| processAddAssetType (Report_Safe_Trash $asset, Backend_Outputter $o, $prefix) | |
Public Member Functions inherited from Report_Edit_Fns | |
| __construct () | |
| paintRegenerate (Report $asset, Backend_Outputter $o, $prefix) | |
| processRegenerate (Report $asset, Backend_Outputter $o, $prefix) | |
| paintRootNode (Report $asset, Backend_Outputter $o, $prefix) | |
| processRootNode (Report $asset, Backend_Outputter $o, $prefix) | |
| getRootAssetid (Report $asset) | |
| paintReport (Report $asset, Backend_Outputter $o, $prefix) | |
| processReport (Report $asset, Backend_Outputter $o, $prefix) | |
| generateReport (HIPO_Job $job, Array &$step_data, $prefix) | |
Public Member Functions inherited from Page_Edit_Fns | |
| __construct () | |
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 31 of file report_safe_trash_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 39 of file report_safe_trash_edit_fns.inc.
| generateReport | ( | HIPO_Job | $job, |
| Array & | $step_data, | ||
| $prefix | |||
| ) |
Generate this report until complete
| HIPO_Job | $job | the HIPO job running this report |
| array | &$step_data | a reference to the array of information about the current step of the HIPO job that is running this report |
| string | $prefix | prefix for form vars |
Definition at line 57 of file report_safe_trash_edit_fns.inc.
| paintAddAssetType | ( | Report_Safe_Trash | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint section to add an asset type
| Report_Safe_Trash | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the backend outputter object |
| string | $prefix | prefix for the form element |
Definition at line 457 of file report_safe_trash_edit_fns.inc.
| paintCurrentAssetTypes | ( | Report_Safe_Trash | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint the current asset types that have been added
| Report_Safe_Trash | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the backend outputter object |
| string | $prefix | prefix for the form element |
Definition at line 351 of file report_safe_trash_edit_fns.inc.
| paintReport | ( | Report_Safe_Trash | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint the interface for viewing a report
| Report_Safe_Trash | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the backend outputter object |
| string | $prefix | prefix for the form element |
Definition at line 189 of file report_safe_trash_edit_fns.inc.
| processAddAssetType | ( | Report_Safe_Trash | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the section to add a new format for an asset
| Report_Safe_Trash | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the backend outputter object |
| string | $prefix | prefix for the form element |
Definition at line 484 of file report_safe_trash_edit_fns.inc.
| processCurrentAssetTypes | ( | Report_Safe_Trash | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the current asset types that have been added
| Report_Safe_Trash | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the backend outputter object |
| string | $prefix | prefix for the form element |
Definition at line 423 of file report_safe_trash_edit_fns.inc.