ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (ilDBInterface $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 25 of file class.ilAssIncompleteQuestionPurger.php.
ilAssIncompleteQuestionPurger::__construct | ( | ilDBInterface | $db | ) |
|
protected |
Definition at line 97 of file class.ilAssIncompleteQuestionPurger.php.
References $ignoredContainerObjectTypes.
Referenced by getPurgableQuestionIds().
ilAssIncompleteQuestionPurger::getOwnerId | ( | ) |
Definition at line 43 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
Referenced by getPurgableQuestionIds().
|
private |
Definition at line 59 of file class.ilAssIncompleteQuestionPurger.php.
References $res, getIgnoredContainerObjectTypes(), and getOwnerId().
Referenced by purge().
ilAssIncompleteQuestionPurger::purge | ( | ) |
Definition at line 53 of file class.ilAssIncompleteQuestionPurger.php.
References getPurgableQuestionIds(), and purgeQuestionIds().
|
private |
Definition at line 84 of file class.ilAssIncompleteQuestionPurger.php.
References assQuestion\instantiateQuestion().
Referenced by purge().
|
protected |
Definition at line 92 of file class.ilAssIncompleteQuestionPurger.php.
References $ignoredContainerObjectTypes.
ilAssIncompleteQuestionPurger::setOwnerId | ( | $ownerId | ) |
Definition at line 48 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
|
protected |
Definition at line 30 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by getIgnoredContainerObjectTypes(), and setIgnoredContainerObjectTypes().
|
protected |
Definition at line 32 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by getOwnerId(), and setOwnerId().