|
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_css_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 39 of file design_css_edit_fns.inc.
| _parseString | ( | Asset | $asset, |
| $file_contents | |||
| ) |
Parses the string into an array recursively cut up into html and tag pieces
| object | &$asset | the asset to which we belong |
| string | $file_contents | the contents to parse |
Definition at line 56 of file design_css_edit_fns.inc.
| _processUploadedFile | ( | Asset | $asset, |
| Array | $info = Array() |
||
| ) |
Creates a new file asset, populates it, and links it to $asset
| Asset | $asset | the asset to link the file to |
| array | $info | info about the uploaded file |
Definition at line 78 of file design_css_edit_fns.inc.
| paintCurrentCustomisations | ( | Design_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paints this assets current customisations
| Design_CSS | $asset | the asset whose interface we are painting |
| Backend_Outputter | $o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 259 of file design_css_edit_fns.inc.
| paintNewCustomisation | ( | Design_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Paint interface for a customisation
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 113 of file design_css_edit_fns.inc.
| processNewCustomisation | ( | Design_CSS | $asset, |
| Backend_Outputter | $o, | ||
| $prefix | |||
| ) |
Process the options for creating a new customisation
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
Definition at line 133 of file design_css_edit_fns.inc.