|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| paintAssetid (Design_Area_Linked_CSS $asset, Backend_Outputter $o, $prefix) | |
| paintTagType (Design_Area_Linked_CSS $asset, Backend_Outputter $o, $prefix) | |
| paintMedia (Design_Area_Linked_CSS $asset, Backend_Outputter $o, $prefix) | |
| processTagType (Design_Area_Linked_CSS $asset, Backend_Outputter $o, $prefix) | |
| processMedia (Design_Area_Linked_CSS $asset, Backend_Outputter $o, $prefix) | |
| processAssetid (Design_Area_Linked_CSS $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 () | |
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_linked_css_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 39 of file design_area_linked_css_edit_fns.inc.
| paintAssetid | ( | Design_Area_Linked_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Prints the interface for linking to an assetid
| Design_Area_Linked_CSS | $asset | the owning asset |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 56 of file design_area_linked_css_edit_fns.inc.
| paintMedia | ( | Design_Area_Linked_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Prints the interface for selecting a tag type
| Design_Area_Linked_CSS | $asset | the owning asset |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 119 of file design_area_linked_css_edit_fns.inc.
| paintTagType | ( | Design_Area_Linked_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Prints the interface for selecting a tag type
| Design_Area_Linked_CSS | $asset | the owning asset |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 86 of file design_area_linked_css_edit_fns.inc.
| processAssetid | ( | Design_Area_Linked_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Processes the interface for linking to an asset
| Design_Area_Linked_CSS | $asset | the owning asset |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 189 of file design_area_linked_css_edit_fns.inc.
| processMedia | ( | Design_Area_Linked_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Processes the interface for setting the media
| Design_Area_Linked_CSS | $asset | the owning asset |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 171 of file design_area_linked_css_edit_fns.inc.
| processTagType | ( | Design_Area_Linked_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Processes the interface for setting the tag type
| Design_Area_Linked_CSS | $asset | the owning asset |
| Backend_Outputter | $o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 153 of file design_area_linked_css_edit_fns.inc.