|
Squiz Matrix
4.12.2
|
Additional Inherited Members | |
Data Fields inherited from Design_Area_Edit_Fns | |
| $tag_name = 'MySource' | |
Protected Member Functions inherited from Design_Area_Edit_Fns | |
| _parseStringContents (&$file_contents, &$cur_pos, &$nest_level) | |
| _tagToParse (&$file_contents, &$cur_pos) | |
| _parseOpenTag (&$file_contents, &$cur_pos) | |
| _parseTerminateTag (&$file_contents, &$cur_pos) | |
| _isWhitespace ($str) | |
| _setVariables (Design_Area &$asset, Array &$contents) | |
| _removeFileRoot ($str) | |
| _getDefaultContents (Design_Area $asset, $content_type) | |
Definition at line 31 of file design_area_access_history_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 39 of file design_area_access_history_edit_fns.inc.
| _processContents | ( | Design_Area_Access_History | $asset, |
| Array & | $contents | ||
| ) |
Loops through the contents array and creates the necessary objects
| Design_Area_Access_History | $asset | the asset to which we belong |
| array | &$contents | the contents array we generated with _parseString() |
Definition at line 55 of file design_area_access_history_edit_fns.inc.
| paintAddHistoryAssetTypes | ( | Design_Area_Access_History | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint the interface for choosing which asset types to list
| Design_Area_Access_History | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 312 of file design_area_access_history_edit_fns.inc.
| paintAssetTypes | ( | Design_Area_Access_History | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint the interface for choosing which asset types to list
| Design_Area_Access_History | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 102 of file design_area_access_history_edit_fns.inc.
| paintExcludeAssets | ( | Design_Area_Access_History | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints the Exclued Assets. These assets are not included in the Asset History.
| Design_Area_Access_History | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 258 of file design_area_access_history_edit_fns.inc.
| processAddHistoryAssetTypes | ( | Design_Area_Access_History | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the asset types to list
| Design_Area_Access_History | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 371 of file design_area_access_history_edit_fns.inc.
| processAssetTypes | ( | Design_Area_Access_History | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the asset types to list
| Design_Area_Access_History | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 217 of file design_area_access_history_edit_fns.inc.
| processExcludeAssets | ( | Design_Area_Access_History | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the Exclude Assets.
| Design_Area_Access_History | $asset | the asset to which we belong |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 285 of file design_area_access_history_edit_fns.inc.
| showAddImageSelection | ( | Design_Area_Access_History | $asset, |
| $prefix | |||
| ) |
Show/Hide asset picker
| Design_Area_Access_History | $asset | the asset to which we belong |
| string | $prefix | prefix for the form elements |
Definition at line 448 of file design_area_access_history_edit_fns.inc.
| showRemoveImageSelection | ( | Design_Area_Access_History | $asset, |
| $prefix | |||
| ) |
Show/Hide asset picker
| Design_Area_Access_History | $asset | the asset to which we belong |
| string | $prefix | prefix for the form elements |
Definition at line 432 of file design_area_access_history_edit_fns.inc.
| useAddButton | ( | Design_Area_Access_History | $asset, |
| $prefix | |||
| ) |
Show/Hide text box
| Design_Area_Access_History | $asset | the asset to which we belong |
| string | $prefix | prefix for the form elements |
Definition at line 400 of file design_area_access_history_edit_fns.inc.
| useRemoveButton | ( | Design_Area_Access_History | $asset, |
| $prefix | |||
| ) |
Show/Hide text box
| Design_Area_Access_History | $asset | the asset to which we belong |
| string | $prefix | prefix for the form elements |
Definition at line 416 of file design_area_access_history_edit_fns.inc.