Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintCurrentAssetTypes (Paint_Layout_Page $asset, Backend_Outputter $o, $prefix) | |
processCurrentAssetTypes (Paint_Layout_Page $asset, Backend_Outputter $o, $prefix) | |
paintAddAssetType (Paint_Layout_Page $asset, Backend_Outputter $o, $prefix) | |
processAddAssetType (Paint_Layout_Page $asset, Backend_Outputter $o, $prefix) | |
paintUsage (Paint_Layout_Page $asset, Backend_Outputter $o, $prefix) | |
Public Member Functions inherited from Page_Standard_Edit_Fns | |
__construct () | |
redirectToBodycopy (Page_Standard $asset, Backend_Outputter $o, $prefix) | |
Public Member Functions inherited from Page_Edit_Fns | |
__construct () | |
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 | |
_getTreeTops (Array $treeids) | |
_strlenCmp ($a, $b) | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 32 of file paint_layout_page_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 40 of file paint_layout_page_edit_fns.inc.
|
protected |
Get the "tree tops" in the supplied list of assets
An asset is a "tree top" in a set of assets if none of its ancestors in the asset tree are in the set with it. Conversely if an asset's parent or grandparent etc is in the set, then that asset is not a tree top.
Returns an array indexed by treeid, where each value is another array containing assetid and number of children of that assetid found in the set.
array | $assetids | The assetids we are analysing |
Definition at line 299 of file paint_layout_page_edit_fns.inc.
|
protected |
Compare the lengths of two strings
string | $a | First comparee |
string | $b | Second comparee |
Definition at line 339 of file paint_layout_page_edit_fns.inc.
paintAddAssetType | ( | Paint_Layout_Page | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint section to add an asset type
Paint_Layout_Page | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 181 of file paint_layout_page_edit_fns.inc.
paintCurrentAssetTypes | ( | Paint_Layout_Page | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the current asset types that have been added
Paint_Layout_Page | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 57 of file paint_layout_page_edit_fns.inc.
paintUsage | ( | Paint_Layout_Page | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Paint the usage of this paint layout
Paint_Layout_Page | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 243 of file paint_layout_page_edit_fns.inc.
processAddAssetType | ( | Paint_Layout_Page | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the section to add a new format for an asset
Paint_Layout_Page | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 206 of file paint_layout_page_edit_fns.inc.
processCurrentAssetTypes | ( | Paint_Layout_Page | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the current asset types that have been added
Paint_Layout_Page | $asset | the asset to which we belong |
Backend_Outputter | $o | the backend outputter object |
string | $prefix | prefix for the form element |
Definition at line 131 of file paint_layout_page_edit_fns.inc.