|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''I2CE_Page_CachedForm''.
| | #REDIRECT [[Class: I2CE_Page_CachedForm (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#CachedForms|CachedForms]] 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/Forms/modules/CachedForms/lib/I2CE_Page_CachedForm.php modules/Forms/modules/CachedForms/lib/I2CE_Page_CachedForm.php]
| |
| *Author: Carl Leitner <litlfred@ibiblio.org>
| |
| I2CE_Page_CachedForm
| |
| ==Methods==
| |
| ===action()===
| |
| *Signature: public function action()
| |
| ===actionCommandLine()===
| |
| *Signature: public function actionCommandLine()
| |
| ===addTextMessage()===
| |
| *Signature: protected function addTextMessage($msg)
| |
| *Parameters:
| |
| **$msg
| |
| ===cacheAll()===
| |
| Attempts to caches all forms one by one.
| |
| *Signature: public function cacheAll($not_force,$forms)
| |
| *Parameters:
| |
| **$not_force
| |
| ***Default Value: true
| |
| **$forms
| |
| ***Default Value: null
| |
| ===dropAll()===
| |
| Attempts to drop caches of all forms one by one.
| |
| *Signature: public function dropAll($forms)
| |
| *Parameters:
| |
| **$forms
| |
| ***Default Value: null
| |
| ===showMenu()===
| |
| *Signature: protected function showMenu($action)
| |
| *Parameters:
| |
| **$action
| |
| | |
| | |
| [[Category:Class Documentation]]
| |