Public Member Functions | Data Fields

CommandControl Class Reference

Inheritance diagram for CommandControl:

Public Member Functions

 CommandControl (&$gui, &$object)

Data Fields

 $gui
 $obj
 $lng
 $tpl
 $tree

Detailed Description

Definition at line 39 of file class.ilCommandControl.php.


Member Function Documentation

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:


Field Documentation

CommandControl::$gui
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.


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