|
| | __construct ($assetid=0) |
| |
| | paintSystemId (&$asset, &$o, $prefix) |
| |
| | processSystemId (&$asset, &$o, $prefix) |
| |
| | paintProducts (&$asset, &$o, $prefix) |
| |
| | processProducts (&$asset, &$o, $prefix) |
| |
| | paintRegister (&$asset, &$o, $prefix) |
| |
| | processRegister (&$asset, &$o, $prefix) |
| |
| | __construct () |
| |
| | 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) |
| |
| | MySource_Object () |
| |
| | __sleep () |
| |
| | __wakeup () |
| |
Definition at line 30 of file suite_manager_edit_fns.inc.
| __construct |
( |
|
$assetid = 0 | ) |
|
| paintProducts |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Paints the interface for displaying the products known to this system
- Parameters
-
| object | &$asset | the suite manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
- Returns
- boolean public
Definition at line 241 of file suite_manager_edit_fns.inc.
| paintRegister |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Paints the interface for registering a new product
- Parameters
-
| object | &$asset | the suite manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
- Returns
- boolean public
Definition at line 406 of file suite_manager_edit_fns.inc.
| paintSystemId |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Paints the interface for displaying the System ID of this product
- Parameters
-
| object | &$asset | the suite manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
- Returns
- boolean public
Definition at line 68 of file suite_manager_edit_fns.inc.
| processProducts |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Processes the interface for the displaying the products
- Parameters
-
| object | &$asset | the suite manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
- Returns
- boolean public
Definition at line 323 of file suite_manager_edit_fns.inc.
| processRegister |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Processes the interface for registering a new product
- Parameters
-
| object | &$asset | the suite manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
- Returns
- boolean public
Definition at line 431 of file suite_manager_edit_fns.inc.
| processSystemId |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Processes the interface for the display of the System ID
- Parameters
-
| object | &$asset | the suite manager asset |
| object | &$o | the backend outputter |
| string | $prefix | the prefix for fields |
- Returns
- boolean public
Definition at line 124 of file suite_manager_edit_fns.inc.
The documentation for this class was generated from the following file: