Custom install method for components
API Tags:
| Return: | True on success |
| Access: | public |
Information Tags:
void refreshManifestCache(
)
|
|
API Tags:
mixed uninstall(
int
$id
)
|
|
Custom uninstall method for components
Parameters:
|
int |
$id: |
The unique extension id of the component to uninstall |
API Tags:
| Return: | Return value for uninstall method in component uninstall file |
| Access: | public |
Information Tags:
Custom update method for components
API Tags:
| Return: | True on success |
| Access: | public |
Information Tags:
boolean _buildAdminMenus(
)
|
|
Method to build menu database entries for a component
API Tags:
| Return: | True if successful |
| Access: | protected |
Information Tags:
boolean _removeAdminMenus(
&$row, object
$component
)
|
|
Method to remove admin menu references to a component
Parameters:
|
object |
$component: |
Component table object |
|
|
&$row: |
|
API Tags:
| Return: | True if successful |
| Access: | protected |
Information Tags:
boolean _rollback_menu(
array
$arg
)
|
|
Custom rollback method - Roll back the component menu item
Parameters:
|
array |
$arg: |
Installation step to rollback |
API Tags:
| Return: | True on success |
| Access: | protected |
Information Tags: