Squiz Matrix
4.12.2
|
Public Member Functions | |
Asset_Manager_Edit_Fns (&$am, &$backend) | |
paintBackend () | |
_forceablyAcquireLock () | |
_printAssetTypeList () | |
_recursePrintAssetList (&$offspring, $parent) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Data Fields | |
$am | |
$backend | |
Data Fields inherited from MySource_Object | |
$_tmp | |
Definition at line 29 of file asset_manager_edit_fns.inc.
_forceablyAcquireLock | ( | ) |
Looks after the warning interface for forceably acquire locks
Definition at line 247 of file asset_manager_edit_fns.inc.
_printAssetTypeList | ( | ) |
Prints out the interface for viewing and customising asset types
Definition at line 407 of file asset_manager_edit_fns.inc.
_recursePrintAssetList | ( | & | $offspring, |
$parent | |||
) |
Print a portion of the asset type tree, recursively
array | &$offspring | Map of parents => children |
object | $parent | The parent whose subtree should be printed |
Definition at line 469 of file asset_manager_edit_fns.inc.
Asset_Manager_Edit_Fns | ( | & | $am, |
& | $backend | ||
) |
Constructor
object | Asset_Manager &$am |
object | Backend &$backend |
Definition at line 51 of file asset_manager_edit_fns.inc.
paintBackend | ( | ) |
Prints out the interface for viewing and customising asset types
Definition at line 66 of file asset_manager_edit_fns.inc.