Author

Jaybill McCarthy

Instance Methods

init

function init()

Invoked automatically when an instance is created.  Initializes the current instance.  Also initializes the parent object (calls init() on the parent instance).

Actions

index

function indexAction()

HTTP GET or POST Parameters

modidmodule id of module to edit resources for. defaults to ‘default’

Plugin Hooks

  • config_index_post_save (action) - Allows you to perform actions after the configuration values are saved to the database.  No params.

View Variables

configAn array of all configurable settings.
pagetitleThe HTML title of the page.
successA string containing a message of success to be displayed on the page upon successful configuration update.
modulesan array of enabled module ids
function init()
Invoked automatically when an instance is created.
function indexAction()
Close