|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilAssIncompleteQuestionPurger:Public Member Functions | |
| __construct (ilDB $db) | |
| getOwnerId () | |
| setOwnerId ($ownerId) | |
| purge () | |
Protected Member Functions | |
| setIgnoredContainerObjectTypes ($ignoredContainerObjectTypes) | |
| getIgnoredContainerObjectTypes () | |
Protected Attributes | |
| $db | |
| $ownerId | |
Private Member Functions | |
| getPurgableQuestionIds () | |
| purgeQuestionIds ($questionIds) | |
Private Attributes | |
| $ignoredContainerObjectTypes | |
Definition at line 11 of file class.ilAssIncompleteQuestionPurger.php.
| ilAssIncompleteQuestionPurger::__construct | ( | ilDB | $db | ) |
Definition at line 22 of file class.ilAssIncompleteQuestionPurger.php.
References $db.
|
protected |
Definition at line 87 of file class.ilAssIncompleteQuestionPurger.php.
References $ignoredContainerObjectTypes.
Referenced by getPurgableQuestionIds().
Here is the caller graph for this function:| ilAssIncompleteQuestionPurger::getOwnerId | ( | ) |
Definition at line 29 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
Referenced by getPurgableQuestionIds().
Here is the caller graph for this function:
|
private |
Definition at line 45 of file class.ilAssIncompleteQuestionPurger.php.
References $query, $res, $row, getIgnoredContainerObjectTypes(), and getOwnerId().
Referenced by purge().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssIncompleteQuestionPurger::purge | ( | ) |
Definition at line 39 of file class.ilAssIncompleteQuestionPurger.php.
References getPurgableQuestionIds(), and purgeQuestionIds().
Here is the call graph for this function:
|
private |
Definition at line 71 of file class.ilAssIncompleteQuestionPurger.php.
References assQuestion\_instantiateQuestion().
Referenced by purge().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file class.ilAssIncompleteQuestionPurger.php.
References $ignoredContainerObjectTypes.
| ilAssIncompleteQuestionPurger::setOwnerId | ( | $ownerId | ) |
Definition at line 34 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
|
protected |
Definition at line 16 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by __construct().
|
private |
Definition at line 20 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by getIgnoredContainerObjectTypes(), and setIgnoredContainerObjectTypes().
|
protected |
Definition at line 18 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by getOwnerId(), and setOwnerId().