Squiz Matrix
4.12.2
|
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 31 of file report_incomplete_metadata_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 39 of file report_incomplete_metadata_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_incomplete_metadata_edit_fns.inc.
paintAddAssetType | ( | Report_Incomplete_Metadata | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint section to add an asset type
Report_Incomplete_Metadata | $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 394 of file report_incomplete_metadata_edit_fns.inc.
paintCurrentAssetTypes | ( | Report_Incomplete_Metadata | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the current asset types that have been added
Report_Incomplete_Metadata | $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 288 of file report_incomplete_metadata_edit_fns.inc.
paintReport | ( | Report_Incomplete_Metadata | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the interface for viewing a report
Report_Incomplete_Metadata | $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 173 of file report_incomplete_metadata_edit_fns.inc.
processAddAssetType | ( | Report_Incomplete_Metadata | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the section to add a new format for an asset
Report_Incomplete_Metadata | $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 421 of file report_incomplete_metadata_edit_fns.inc.
processCurrentAssetTypes | ( | Report_Incomplete_Metadata | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the current asset types that have been added
Report_Incomplete_Metadata | $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 360 of file report_incomplete_metadata_edit_fns.inc.