|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Checks current navigation request status. More...
Collaboration diagram for ilLMNavigationStatus:Public Member Functions | |
| __construct (ilObjUser $user, int $request_obj_id, ilLMTree $lm_tree, ilObjLearningModule $lm, ilSetting $lm_set, string $cmd, int $focus_id) | |
| Constructor. More... | |
| isChapterWithoutActivePage () | |
| Has current chapter no avtive page? More... | |
| isDeactivatedPage () | |
| Has current chapter no avtive page? More... | |
| getCurrentPage () | |
| Has current chapter no avtive page? More... | |
Protected Member Functions | |
| determineStatus () | |
| Determine status. More... | |
Protected Attributes | |
| $current_page_id = null | |
| $chapter_has_no_active_page = false | |
| $deactivated_page = false | |
| $lm | |
| $lm_tree | |
| $user | |
| $lm_set | |
| $cmd | |
| $focus_id | |
| $requested_obj_id | |
Checks current navigation request status.
Definition at line 13 of file class.ilLMNavigationStatus.php.
| ilLMNavigationStatus::__construct | ( | ilObjUser | $user, |
| int | $request_obj_id, | ||
| ilLMTree | $lm_tree, | ||
| ilObjLearningModule | $lm, | ||
| ilSetting | $lm_set, | ||
| string | $cmd, | ||
| int | $focus_id | ||
| ) |
Constructor.
| ilObjUser | $user | |
| $request_obj_id | ||
| ilLMTree | $lm_tree | |
| ilObjLearningModule | $lm | |
| ilSetting | $lm_set | |
| string | $cmd | |
| int | $focus_id |
Definition at line 76 of file class.ilLMNavigationStatus.php.
References $cmd, $focus_id, $lm, $lm_set, $lm_tree, $user, determineStatus(), and user().
Here is the call graph for this function:
|
protected |
Determine status.
Definition at line 130 of file class.ilLMNavigationStatus.php.
References $requested_obj_id, $user, ilObjContentObjectAccess\_getLastAccessedPage(), ilLMObject\_isPagePublic(), ilPageObject\_lookupActive(), and ilLMObject\_lookupType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMNavigationStatus::getCurrentPage | ( | ) |
Has current chapter no avtive page?
Definition at line 121 of file class.ilLMNavigationStatus.php.
References $current_page_id.
| ilLMNavigationStatus::isChapterWithoutActivePage | ( | ) |
Has current chapter no avtive page?
Definition at line 101 of file class.ilLMNavigationStatus.php.
References $chapter_has_no_active_page.
| ilLMNavigationStatus::isDeactivatedPage | ( | ) |
Has current chapter no avtive page?
Definition at line 111 of file class.ilLMNavigationStatus.php.
References $deactivated_page.
|
protected |
Definition at line 24 of file class.ilLMNavigationStatus.php.
Referenced by isChapterWithoutActivePage().
|
protected |
Definition at line 54 of file class.ilLMNavigationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilLMNavigationStatus.php.
Referenced by getCurrentPage().
|
protected |
Definition at line 29 of file class.ilLMNavigationStatus.php.
Referenced by isDeactivatedPage().
|
protected |
Definition at line 59 of file class.ilLMNavigationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilLMNavigationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 49 of file class.ilLMNavigationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilLMNavigationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 64 of file class.ilLMNavigationStatus.php.
Referenced by determineStatus().
|
protected |
Definition at line 44 of file class.ilLMNavigationStatus.php.
Referenced by __construct(), and determineStatus().