|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | condition_info |
Namespaces | |
| namespace | core |
| namespace | moodlecore |
Enumerations | |
| enum | CONDITION_STUDENTVIEW_HIDE |
| enum | CONDITION_STUDENTVIEW_SHOW |
| enum | CONDITION_MISSING_NOTHING |
| enum | CONDITION_MISSING_EXTRATABLE |
| enum | CONDITION_MISSING_EVERYTHING |
Variables | |
$CONDITIONLIB_PRIVATE | |
stdClass $CONDITIONLIB_PRIVATE | |
| global | $CONDITIONLIB_PRIVATE = new stdClass |
| $CONDITIONLIB_PRIVATE | usedincondition = array() |
The $cm variable is expected to contain nothing except the ID
Definition at line 41 of file conditionlib.php.
The $cm variable is expected to contain the fields from course_modules but not the course_modules_availability data
Definition at line 39 of file conditionlib.php.
The $cm variable is expected to contain all completion-related data
Definition at line 36 of file conditionlib.php.
The activity is not displayed to students at all when conditions aren't met.
Definition at line 30 of file conditionlib.php.
The activity is displayed to students as a greyed-out name, with informational text that explains the conditions under which it will be available.
Definition at line 33 of file conditionlib.php.
| $CONDITIONLIB_PRIVATE = new stdClass |
Definition at line 49 of file conditionlib.php.
| $CONDITIONLIB_PRIVATE usedincondition = array() |
Definition at line 53 of file conditionlib.php.