Squiz Matrix
4.12.2
|
Public Member Functions | |
__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 30 of file report_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 38 of file report_edit_fns.inc.
generateReport | ( | HIPO_Job | $job, |
Array & | $step_data, | ||
$prefix | |||
) |
Generate this report until complete
HIPO_Job | $job | a reference to the HIPO job processing 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 262 of file report_edit_fns.inc.
getRootAssetid | ( | Report | $asset | ) |
Get the assetid of the root node
Report | $asset | the asset whose interface we are painting |
Definition at line 205 of file report_edit_fns.inc.
paintRegenerate | ( | Report | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for regenerating the report
Report | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the backend outputter class |
string | $prefix | prefix for the form element |
Definition at line 56 of file report_edit_fns.inc.
paintReport | ( | Report | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for viewing a report
Report | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the backend outputter class |
string | $prefix | prefix for the form element |
Definition at line 226 of file report_edit_fns.inc.
paintRootNode | ( | Report | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paints the root node selection box
Report | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the backend outputter class |
string | $prefix | prefix for the form element |
Definition at line 120 of file report_edit_fns.inc.
processRegenerate | ( | Report | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the interface for regenerating the report
Report | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the backend outputter class |
string | $prefix | prefix for the form element |
Definition at line 85 of file report_edit_fns.inc.
processReport | ( | Report | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the interface for viewing a report
Report | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the backend outputter class |
string | $prefix | prefix for the form element |
Definition at line 244 of file report_edit_fns.inc.
processRootNode | ( | Report | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Processes the value input from root node selection box
Report | $asset | the asset whose interface we are painting |
Backend_Outputter | $o | the backend outputter class |
string | $prefix | prefix for the form element |
Definition at line 150 of file report_edit_fns.inc.