Class: I2CE PageViewList
This article describes the class I2CE_PageViewList.
- Extends the class: I2CE_Page.
- Parent Classses: I2CE_Page I2CE_Fuzzy
- Child Classes:
- Location: Part of the module Lists in the package I2CE
- Source: Defined in the file modules/Forms/modules/Lists/lib/I2CE_PageViewList.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v2.0.0
View the details for then given record that is an instance of a I2CE_List. The page class for displaying a I2CE_List record.
Variables
$type
The type of list object being edited.
- Type: protected string $type
$id
The record id number of the object being edited.
- Type: protected integer $id
$list
The list object being viewed.
- Type: protected I2CE_List $list
Methods
__construct()
Create a new instance of this page. This will call the parent constructor and then setup the base template pages for the Template template. It also sets up the values for the member variables. @param string $title The title for this page. @param string $defaultHTMLFile The default HTML file for this page. @param mixed $access The role required to access this page. @param array $files The list of template files to load for this page.
- Signature: public function __construct($args,$request_remainder)
- Parameters:
- $args
- $request_remainder
action()
Perform the main actions of the page.
- Signature: protected function action()
getChildHTMLTemplate()
- Signature: protected function getChildHTMLTemplate($child_form)
- Parameters:
- $child_form
showChildren()
- Signature: protected function showChildren()
showMapped()
- Signature: protected function showMapped()