Class: I2CE PageViewList

From IHRIS Wiki
Revision as of 13:10, 19 October 2009 by Litlfred (talk | contribs)

This article describes the class I2CE_PageViewList.

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.

$id

The record id number of the object being edited.

  • Type: protected integer $id

$list

The list object being viewed.

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()