ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
Data Fields | |
string | $mObjID = "_primary_" |
bool | $mSatisfiedByMeasure = false |
bool | $mActiveMeasure = true |
float | $mMinMeasure = 1.0 |
bool | $mContributesToRollup = false |
array | $mMaps = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file SeqObjective.php.
SeqObjective::__construct | ( | ) |
Definition at line 35 of file SeqObjective.php.
bool SeqObjective::$mActiveMeasure = true |
Definition at line 27 of file SeqObjective.php.
bool SeqObjective::$mContributesToRollup = false |
Definition at line 31 of file SeqObjective.php.
array SeqObjective::$mMaps = null |
Definition at line 33 of file SeqObjective.php.
float SeqObjective::$mMinMeasure = 1.0 |
Definition at line 29 of file SeqObjective.php.
string SeqObjective::$mObjID = "_primary_" |
Definition at line 23 of file SeqObjective.php.
bool SeqObjective::$mSatisfiedByMeasure = false |
Definition at line 25 of file SeqObjective.php.