|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''I2CE_PageAdmin''.
| | #REDIRECT [[Class: I2CE_PageAdmin (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Page | I2CE_Page]].
| |
| *Parent Classses: [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Location: Part of the module [[I2CE Module List#admin|admin]] in the package [https://launchpad.net/i2ce I2CE]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/modules/Pages/modules/Admin/lib/I2CE_PageAdmin.php modules/Pages/modules/Admin/lib/I2CE_PageAdmin.php]
| |
| *Author: Carl Leitner <litlfred@ibiblio.org>
| |
| Default Admin Page
| |
| ==Variables==
| |
| ===$shortname===
| |
| the shortname of a module's config page we should be displaying
| |
| *Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $shortname
| |
| | |
| ===$args===
| |
| of strings -- any arguments for this page( from the URL)
| |
| *Type: protected [http://www.php.net/manual/en/language.types.array.php array ] $args
| |
| | |
| ==Methods==
| |
| ===__construct()===
| |
| Constructor -- called from page wrangler for URL of form admin/(module_name)/action/arg1/arg2 @param string $shortname A module name to show the admin page for. Defaults to null to mean no module. @param string $action The action this pages is to perform @param string $message. A message to display on the page. Defaults to null
| |
| *Signature: public function __construct($args,$request_remainder)
| |
| *Parameters:
| |
| ** [http://www.php.net/manual/en/language.types.array.php array ] $args <br/>an array of strings
| |
| **$request_remainder
| |
| ===action()===
| |
| *Signature: protected function action()
| |
| ===actionEnableDisable()===
| |
| *Signature: protected function actionEnableDisable()
| |
| ===actionMenu()===
| |
| *Signature: protected function actionMenu()
| |
| | |
| | |
| [[Category:Class Documentation]]
| |