Class: iHRIS PageViewList
From IHRIS Wiki
This article describes the class iHRIS_PageViewList.
- Extends the class: I2CE_PageViewList.
- Parent Classses: I2CE_PageViewList I2CE_Page I2CE_Fuzzy
- Child Classes:
- Location: Part of the module ihris-common in the package iHRIS Common
- Source: Defined in the file lib/iHRIS_PageViewList.php
- Author: Carl Leitner <litlfred@ibiblio.org>
iHRIS_PageViewList
Methods
action()
Perform the actions of the page. This handles some special actions because there are three versions of this page: - The list page of all objects that can be edited. - The add/update page for each list object. - The edit form for each list object. Only in the third case is the parent object action method called since that is the default setup for editing objects used in most other PageForm objects.
- Signature: protected function action()