Class: iHRIS PageFormPerson
From IHRIS Wiki
This article describes the class iHRIS_PageFormPerson.
- Extends the class: I2CE_PageForm.
- Parent Classses: I2CE_PageForm I2CE_Page I2CE_Fuzzy
- Child Classes:
- Location: Part of the module Person in the package iHRIS Common
- Source: Defined in the file modules/Person/lib/iHRIS_PageFormPerson.php
- Author: Carl Leitner <litlfred@ibiblio.org>
iHRIS_PageFormPerson
Methods
loadObjects()
Create and load data for the objects used for this form. Create the list object and if this is a form submission load the data from the form data.
- Signature: protected function loadObjects()
save()
Save the objects to the database. Save the default object being edited and return to the view page. @global array
- Signature: protected function save()