Class: I2CE Module PrintedForms (Development): Difference between revisions
(Created page with '{{otherversions|Class: I2CE_Module_PrintedForms}} This article describes the class ''I2CE_Module_PrintedForms'' . *Extends the class: [[Class: I2CE_Module (Development) | I2CE_Mo…') |
No edit summary |
||
Line 2: | Line 2: | ||
This article describes the class ''I2CE_Module_PrintedForms'' . | This article describes the class ''I2CE_Module_PrintedForms'' . | ||
*Extends the class: [[Class: I2CE_Module (Development) | I2CE_Module]]. | *Extends the class: [[Class: I2CE_Module (Development) | I2CE_Module]]. | ||
*Location: Part of the module [[I2CE Module List (Development)#PrintedForms|PrintedForms]] in the package [https://launchpad.net/i2ce I2CE] 4. | *Location: Part of the module [[I2CE Module List (Development)#PrintedForms|PrintedForms]] in the package [https://launchpad.net/i2ce I2CE] 4.1-dev | ||
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L33 modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 33 | ||
*Author: Carl Leitner <litlfred@ibiblio.org> | *Author: Carl Leitner <litlfred@ibiblio.org> | ||
*Since: v4.0.5 | *Since: v4.0.5 | ||
Line 10: | Line 10: | ||
===$valid=== | ===$valid=== | ||
of array. An array indexed by form names containing the valid printed forms whose primary form is the key | of array. An array indexed by form names containing the valid printed forms whose primary form is the key | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L40 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 40 | ||
*Type: static protected [http://www.php.net/manual/en/language.types.array.php array ] $valid | *Type: static protected [http://www.php.net/manual/en/language.types.array.php array ] $valid | ||
===$archive=== | ===$archive=== | ||
of array. An array indexed by form names containing the valid printed forms whose archive is the key | of array. An array indexed by form names containing the valid printed forms whose archive is the key | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L44 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 44 | ||
*Type: static protected [http://www.php.net/manual/en/language.types.array.php array ] $archive | *Type: static protected [http://www.php.net/manual/en/language.types.array.php array ] $archive | ||
Line 21: | Line 21: | ||
===getValidArchivedForms()=== | ===getValidArchivedForms()=== | ||
Get the valid archived letters for the given form | Get the valid archived letters for the given form | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L84 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 84 | ||
*Signature: static public function getValidArchivedForms($form) | *Signature: static public function getValidArchivedForms($form) | ||
*Parameters: | *Parameters: | ||
Line 28: | Line 28: | ||
===getValidPrintedForms()=== | ===getValidPrintedForms()=== | ||
Get the valid standardized letters for the given form | Get the valid standardized letters for the given form | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L50 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 50 | ||
*Signature: static public function getValidPrintedForms($form) | *Signature: static public function getValidPrintedForms($form) | ||
*Parameters: | *Parameters: | ||
Line 35: | Line 35: | ||
===hasValidArchviedForms()=== | ===hasValidArchviedForms()=== | ||
Checks to see if there are valid archived letters for the given form | Checks to see if there are valid archived letters for the given form | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L127 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 127 | ||
*Signature: static public function hasValidArchviedForms($form) | *Signature: static public function hasValidArchviedForms($form) | ||
*Parameters: | *Parameters: | ||
Line 42: | Line 42: | ||
===hasValidForms()=== | ===hasValidForms()=== | ||
Checks to see if there are valid standardized or archived letters for the given form | Checks to see if there are valid standardized or archived letters for the given form | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L108 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 108 | ||
*Signature: static public function hasValidForms($form) | *Signature: static public function hasValidForms($form) | ||
*Parameters: | *Parameters: | ||
Line 49: | Line 49: | ||
===hasValidPrintedForms()=== | ===hasValidPrintedForms()=== | ||
Checks to see if there are valid standardized letters for the given form | Checks to see if there are valid standardized letters for the given form | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php#L118 i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php] on line 118 | ||
*Signature: static public function hasValidPrintedForms($form) | *Signature: static public function hasValidPrintedForms($form) | ||
*Parameters: | *Parameters: | ||
Line 69: | Line 69: | ||
===action_initialize()=== | ===action_initialize()=== | ||
This public method is inherited from [[Class: I2CE_Module (Development)#action_initialize() | I2CE_Module->action_initialize()]] | This public method is inherited from [[Class: I2CE_Module (Development)#action_initialize() | I2CE_Module->action_initialize()]] | ||
===getCLIMethods()=== | ===getCLIMethods()=== |
Latest revision as of 08:16, 6 May 2015
This article describes the class I2CE_Module_PrintedForms .
- Extends the class: I2CE_Module.
- Location: Part of the module PrintedForms in the package I2CE 4.1-dev
- Source: Defined in the file modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 33
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: v4.0.5
@filesource Class I2CE_Module_PrintedForms
Variables
$valid
of array. An array indexed by form names containing the valid printed forms whose primary form is the key
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 40
- Type: static protected array $valid
$archive
of array. An array indexed by form names containing the valid printed forms whose archive is the key
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 44
- Type: static protected array $archive
Methods
getValidArchivedForms()
Get the valid archived letters for the given form
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 84
- Signature: static public function getValidArchivedForms($form)
- Parameters:
- string $form
- Returns: array
of string, the keys are the valid letters, the values are the displayname
getValidPrintedForms()
Get the valid standardized letters for the given form
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 50
- Signature: static public function getValidPrintedForms($form)
- Parameters:
- string $form
- Returns: array
of string, the keys are the valid letters, the values are the displayname
hasValidArchviedForms()
Checks to see if there are valid archived letters for the given form
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 127
- Signature: static public function hasValidArchviedForms($form)
- Parameters:
- string $form
- Returns: boolean
hasValidForms()
Checks to see if there are valid standardized or archived letters for the given form
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 108
- Signature: static public function hasValidForms($form)
- Parameters:
- string $form
- Returns: boolean
hasValidPrintedForms()
Checks to see if there are valid standardized letters for the given form
- Defined in i2ce/modules/Forms/modules/PrintedForms/lib/I2CE_Module_PrintedForms.php on line 118
- Signature: static public function hasValidPrintedForms($form)
- Parameters:
- string $form
- Returns: boolean
Inherited Methods
__construct()
This public method is inherited from I2CE_Module->__construct()
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
getCLIMethods()
This public method is inherited from I2CE_Module->getCLIMethods()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
getHooks()
This public method is inherited from I2CE_Module->getHooks()
getMethods()
This public method is inherited from I2CE_Module->getMethods()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->upgrade()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()