Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Design_Area_Access_History_Edit_Fns Class Reference
Inheritance diagram for Design_Area_Access_History_Edit_Fns:
Design_Area_Edit_Fns Asset_Edit_Fns MySource_Object

Public Member Functions

 __construct ()
 
 _processContents (Design_Area_Access_History $asset, Array &$contents)
 
 paintAssetTypes (Design_Area_Access_History $asset, Backend_Outputter $o, $prefix)
 
 processAssetTypes (Design_Area_Access_History $asset, Backend_Outputter $o, $prefix)
 
 paintExcludeAssets (Design_Area_Access_History $asset, Backend_Outputter $o, $prefix)
 
 processExcludeAssets (Design_Area_Access_History $asset, Backend_Outputter $o, $prefix)
 
 paintAddHistoryAssetTypes (Design_Area_Access_History $asset, Backend_Outputter $o, $prefix)
 
 processAddHistoryAssetTypes (Design_Area_Access_History $asset, Backend_Outputter $o, $prefix)
 
 useAddButton (Design_Area_Access_History $asset, $prefix)
 
 useRemoveButton (Design_Area_Access_History $asset, $prefix)
 
 showRemoveImageSelection (Design_Area_Access_History $asset, $prefix)
 
 showAddImageSelection (Design_Area_Access_History $asset, $prefix)
 
- Public Member Functions inherited from Design_Area_Edit_Fns
 __construct ()
 
 paintIdName (Design_Area $asset, Backend_Outputter $o, $prefix)
 
 _parseString ($file_contents)
 
 _processContents (Design_Area $asset, Array $contents)
 
- 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 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)
 

Detailed Description

Definition at line 31 of file design_area_access_history_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 39 of file design_area_access_history_edit_fns.inc.

Member Function Documentation

_processContents ( Design_Area_Access_History  $asset,
Array &  $contents 
)

Loops through the contents array and creates the necessary objects

Parameters
Design_Area_Access_History$assetthe asset to which we belong
array&$contentsthe contents array we generated with _parseString()
Returns
boolean private

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

Parameters
Design_Area_Access_History$assetthe asset to which we belong
Backend_Outputter$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

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

Parameters
Design_Area_Access_History$assetthe asset to which we belong
Backend_Outputter$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

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.

Parameters
Design_Area_Access_History$assetthe asset to which we belong
Backend_Outputter$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

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

Parameters
Design_Area_Access_History$assetthe asset to which we belong
Backend_Outputter$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

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

Parameters
Design_Area_Access_History$assetthe asset to which we belong
Backend_Outputter$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

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.

Parameters
Design_Area_Access_History$assetthe asset to which we belong
Backend_Outputter$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 285 of file design_area_access_history_edit_fns.inc.

showAddImageSelection ( Design_Area_Access_History  $asset,
  $prefix 
)

Show/Hide asset picker

Parameters
Design_Area_Access_History$assetthe asset to which we belong
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 448 of file design_area_access_history_edit_fns.inc.

showRemoveImageSelection ( Design_Area_Access_History  $asset,
  $prefix 
)

Show/Hide asset picker

Parameters
Design_Area_Access_History$assetthe asset to which we belong
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 432 of file design_area_access_history_edit_fns.inc.

useAddButton ( Design_Area_Access_History  $asset,
  $prefix 
)

Show/Hide text box

Parameters
Design_Area_Access_History$assetthe asset to which we belong
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 400 of file design_area_access_history_edit_fns.inc.

useRemoveButton ( Design_Area_Access_History  $asset,
  $prefix 
)

Show/Hide text box

Parameters
Design_Area_Access_History$assetthe asset to which we belong
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 416 of file design_area_access_history_edit_fns.inc.


The documentation for this class was generated from the following file: