Public Member Functions | |
ilExercise ($lm_id=0, $chapter_id=0) | |
Data Fields | |
$lm_id | |
$chapter_id | |
$objQuerstion |
Definition at line 33 of file class.ilExercise.php.
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>"; }
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.