Public Member Functions | Data Fields

ilExercise Class Reference

Public Member Functions

 ilExercise ($lm_id=0, $chapter_id=0)

Data Fields

 $lm_id
 $chapter_id
 $objQuerstion

Detailed Description

Definition at line 33 of file class.ilExercise.php.


Member Function Documentation

ilExercise::ilExercise ( lm_id = 0,
chapter_id = 0 
)

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

References $chapter_id, and $lm_id.

                                                          {
                $this->lm_id = $lm_id;
                $this->chapter_id = $chapter_id;
                //print "<p>this is ".get_class($this)." running!</P>";
                //print "<p>\$lm_id = ".$lm_id." & & & \$chapter_id = " . $chapter_id . "</p>";
        }


Field Documentation

ilExercise::$chapter_id

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

Referenced by ilExercise().

ilExercise::$lm_id

Definition at line 34 of file class.ilExercise.php.

Referenced by ilExercise().

ilExercise::$objQuerstion

Definition at line 36 of file class.ilExercise.php.


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