Inheritance diagram for CommandControl:Public Member Functions | |
| CommandControl (&$gui, &$object) | |
Data Fields | |
| $gui | |
| $obj | |
| $lng | |
| $tpl | |
| $tree | |
Definition at line 39 of file class.ilCommandControl.php.
| CommandControl::CommandControl | ( | &$ | gui, | |
| &$ | object | |||
| ) |
Definition at line 47 of file class.ilCommandControl.php.
References $gui.
Referenced by DefaultTestCommandControl::DefaultTestCommandControl().
{
$this->gui = & $gui;
$this->obj = & $object;
$this->lng = & $gui->lng;
$this->tpl = & $gui->tpl;
$this->tree = & $gui->tree;
}
Here is the caller graph for this function:| CommandControl::$gui |
Definition at line 41 of file class.ilCommandControl.php.
Referenced by CommandControl(), DefaultTestCommandControl::DefaultTestCommandControl(), and OnlineTestCommandControl::OnlineTestCommandControl().
| CommandControl::$lng |
Definition at line 43 of file class.ilCommandControl.php.
| CommandControl::$obj |
Definition at line 42 of file class.ilCommandControl.php.
| CommandControl::$tpl |
Definition at line 44 of file class.ilCommandControl.php.
| CommandControl::$tree |
Definition at line 45 of file class.ilCommandControl.php.
1.7.1