ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilDB $db) | |
getOwnerId () | |
setOwnerId ($ownerId) | |
purge () |
Protected Attributes | |
$db | |
$ownerId |
Private Member Functions | |
getPurgableQuestionIds () | |
purgeQuestionIds ($questionIds) |
Definition at line 11 of file class.ilAssIncompleteQuestionPurger.php.
ilAssIncompleteQuestionPurger::__construct | ( | ilDB | $db | ) |
Definition at line 20 of file class.ilAssIncompleteQuestionPurger.php.
References $db.
ilAssIncompleteQuestionPurger::getOwnerId | ( | ) |
Definition at line 25 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
Referenced by getPurgableQuestionIds().
|
private |
Definition at line 41 of file class.ilAssIncompleteQuestionPurger.php.
References $query, $res, $row, and getOwnerId().
Referenced by purge().
ilAssIncompleteQuestionPurger::purge | ( | ) |
Definition at line 35 of file class.ilAssIncompleteQuestionPurger.php.
References getPurgableQuestionIds(), and purgeQuestionIds().
|
private |
Definition at line 57 of file class.ilAssIncompleteQuestionPurger.php.
References assQuestion\_instantiateQuestion().
Referenced by purge().
ilAssIncompleteQuestionPurger::setOwnerId | ( | $ownerId | ) |
Definition at line 30 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
|
protected |
Definition at line 16 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by __construct().
|
protected |
Definition at line 18 of file class.ilAssIncompleteQuestionPurger.php.
Referenced by getOwnerId(), and setOwnerId().