Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Design_Area_Menu_Type_Edit_Fns Class Reference
Inheritance diagram for Design_Area_Menu_Type_Edit_Fns:
Design_Area_Edit_Fns Asset_Edit_Fns MySource_Object Design_Area_Menu_Normal_Edit_Fns Design_Area_Menu_Recursive_Edit_Fns Design_Area_Menu_Stalks_Edit_Fns

Public Member Functions

 __construct ()
 
 _processContents (Design_Area_Menu_Type $asset, Array &$contents)
 
 paintLevel (Design_Area_Menu_Type $asset, Backend_Outputter $o, $prefix)
 
 processLevel (Design_Area_Menu_Type $asset, Backend_Outputter $o, $prefix)
 
 paintExcludedTypes (Design_Area_Menu_Type $asset, Backend_Outputter $o, $prefix)
 
 processExcludedTypes (Design_Area_Menu_Type $asset, Backend_Outputter $o, $prefix)
 
 paintIncludedTypes (Design_Area_Menu_Type $asset, Backend_Outputter $o, $prefix)
 
 processIncludedTypes (Design_Area_Menu_Type $asset, Backend_Outputter $o, $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 ()
 

Protected Member Functions

 _processSubMenu (Design_Area_Menu_Type $asset, Array &$contents, $design_area)
 
- 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)
 

Additional Inherited Members

- Data Fields inherited from Design_Area_Edit_Fns
 $tag_name = 'MySource'
 

Detailed Description

Definition at line 31 of file design_area_menu_type_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 39 of file design_area_menu_type_edit_fns.inc.

Member Function Documentation

_processContents ( Design_Area_Menu_Type  $asset,
Array &  $contents 
)

Loops through the contents array and creates the necessary objects

Parameters
Design_Area_Menu_Type$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_menu_type_edit_fns.inc.

_processSubMenu ( Design_Area_Menu_Type  $asset,
Array &  $contents,
  $design_area 
)
protected

Takes the contents for the sub menu element and attempts to process it, is a separate fn to allow menu types that don't want to allow sub menu's to override

Parameters
Design_Area_Menu_Type$assetthe asset to which we belong
array&$contentsthe sub menu's contents array that we generated with _parseString()
string$design_areathe menu type design area that the sub menu is supposed to be
Returns
boolean private
See Also
_processContents()

Definition at line 214 of file design_area_menu_type_edit_fns.inc.

paintExcludedTypes ( Design_Area_Menu_Type  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paint the interface for choosing asset types to exclude from the lineage

Parameters
Design_Area_Asset_Lineage$assetthe asset whose interface we are painting
Backend_Outputter$othe Backend Outputter object
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 386 of file design_area_menu_type_edit_fns.inc.

paintIncludedTypes ( Design_Area_Menu_Type  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paint the interface for choosing asset types to include in the lineage

Parameters
Design_Area_Asset_Lineage$assetthe asset whose interface we are painting
Backend_Outputter$othe Backend Outputter object
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 449 of file design_area_menu_type_edit_fns.inc.

paintLevel ( Design_Area_Menu_Type  $asset,
Backend_Outputter  $o,
  $prefix 
)

Prints the interface for setting the menu level

Parameters
Design_Area_Menu_Type$assetthe owning asset
Backend_Outputter$othe backend outputter
string$prefixprefix for form elements
Returns
boolean public

Definition at line 327 of file design_area_menu_type_edit_fns.inc.

processExcludedTypes ( Design_Area_Menu_Type  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paint the interface for choosing asset types to exclude from the lineage

Parameters
Design_Area_Asset_Lineage$assetthe asset whose interface we are painting
Backend_Outputter$othe Backend Outputter object
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 422 of file design_area_menu_type_edit_fns.inc.

processIncludedTypes ( Design_Area_Menu_Type  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paint the interface for choosing asset types to include in the lineage

Parameters
Design_Area_Asset_Lineage$assetthe asset whose interface we are painting
Backend_Outputter$othe Backend Outputter object
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 485 of file design_area_menu_type_edit_fns.inc.

processLevel ( Design_Area_Menu_Type  $asset,
Backend_Outputter  $o,
  $prefix 
)

Processes the interface for setting the menu level

Parameters
Design_Area_Menu_Type$assetthe owning asset
Backend_Outputter$othe outputter class
string$prefixprefix for form elements
Returns
boolean public

Definition at line 366 of file design_area_menu_type_edit_fns.inc.


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