Class: I2CE Module PrintedForms (4.0.5)
This article describes the class I2CE_Module_PrintedForms .
- Extends the class: I2CE_Module.
- Location: Part of the module PrintedForms in the package I2CE 4.0.5-release
- 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 81
- 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 124
- 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 105
- 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 115
- 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()
getCLIHooks()
This public method is inherited from I2CE_Module->getCLIHooks()
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()