|
|
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''iHRIS_PageFormTrainingDisrupt''.
| | #REDIRECT [[Class: iHRIS_PageFormTrainingDisrupt (4.1.7)]] |
| *Extends the class: [[Class: iHRIS_PageFormParentTraining | iHRIS_PageFormParentTraining]].
| |
| *Parent Classses: [[Class: iHRIS_PageFormParentTraining | iHRIS_PageFormParentTraining]] [[Class: I2CE_PageForm | I2CE_PageForm]] [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Location: Part of the module [[iHRIS Qualify Module List#ihris-qualify|ihris-qualify]] in the package [https://launchpad.net/qualify iHRIS Qualify]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/qualify/4.0.-release/annotate/head:/lib/iHRIS_PageFormTrainingDisrupt.php lib/iHRIS_PageFormTrainingDisrupt.php]
| |
| *Author: Luke Duncan <lduncan@intrahealth.org>
| |
| *Since: v2.0.0
| |
| Manage adding or editing training disruption details to the database. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Page object to handle the adding or editing training disruption details to the database.
| |
| ==Methods==
| |
| ===editForm()===
| |
| Check to see if a different template should be used when editing this form.
| |
| *Signature: protected function editForm()
| |
| *Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
| |
| ===validate()===
| |
| Extra validation for training disruptions to make sure the disruption date is after the intake date of the training being disrupted.
| |
| *Signature: protected function validate()
| |
| | |
| | |
| [[Category:Class Documentation]]
| |