Public Member Functions

ilAICCTree Class Reference

Inheritance diagram for ilAICCTree:
Collaboration diagram for ilAICCTree:

Public Member Functions

 ilAICCTree ($a_id=0)
 Constructor.

Detailed Description

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


Member Function Documentation

ilAICCTree::ilAICCTree ( a_id = 0  ) 

Constructor.

Parameters:
int $a_id tree id (= AICC Learning Module Object ID) public

Definition at line 44 of file class.ilAICCTree.php.

References ilTree::ilTree(), ilTree::setTableNames(), and ilTree::setTreeTablePK().

        {
                parent::ilTree($a_id);
                $this->setTableNames('scorm_tree','aicc_object');
                $this->setTreeTablePK('slm_id');
        }

Here is the call graph for this function:


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