Public Member Functions | Protected Attributes

ilAddressbookTableGUI Class Reference

Inheritance diagram for ilAddressbookTableGUI:
Collaboration diagram for ilAddressbookTableGUI:

Public Member Functions

 __construct ($a_parent_obj, $a_parent_cmd= '')
 Constructor.
 fillRow ($a_set)
 Fill row.

Protected Attributes

 $lng = null
 $ctrl

Detailed Description

Author:
Michael Jansen <mjansen@databay.de>
Version:
$Id$

Definition at line 35 of file class.ilAddressbookTableGUI.php.


Constructor & Destructor Documentation

ilAddressbookTableGUI::__construct ( a_parent_obj,
a_parent_cmd = '' 
)

Constructor.

public

Parameters:
 

Reimplemented from ilTable2GUI.

Definition at line 47 of file class.ilAddressbookTableGUI.php.

References $ilCtrl, $lng, and ilTable2GUI::setFormAction().

        {
                global $lng,$ilCtrl;
                
                $this->lng = $lng;
                $this->ctrl = $ilCtrl;
                
                parent::__construct($a_parent_obj, $a_parent_cmd);

                $this->setFormAction($this->ctrl->getFormAction($a_parent_obj));
        }

Here is the call graph for this function:


Member Function Documentation

ilAddressbookTableGUI::fillRow ( a_set  ) 

Fill row.

public

Parameters:
 

Reimplemented from ilTable2GUI.

Definition at line 66 of file class.ilAddressbookTableGUI.php.

        {
                foreach ($a_set as $key => $value)
                {
                        $this->tpl->setVariable("VAL_".strtoupper($key), $value);
                }
        }       


Field Documentation

ilAddressbookTableGUI::$ctrl [protected]

Definition at line 38 of file class.ilAddressbookTableGUI.php.

ilAddressbookTableGUI::$lng = null [protected]

Definition at line 37 of file class.ilAddressbookTableGUI.php.

Referenced by __construct().


The documentation for this class was generated from the following file: