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 | |
Definition at line 35 of file class.ilAddressbookTableGUI.php.
| ilAddressbookTableGUI::__construct | ( | $ | a_parent_obj, | |
| $ | a_parent_cmd = '' | |||
| ) |
Constructor.
public
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:| ilAddressbookTableGUI::fillRow | ( | $ | a_set | ) |
Fill row.
public
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);
}
}
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().
1.7.1