| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilAssIncompleteQuestionPurger:
 Collaboration diagram for ilAssIncompleteQuestionPurger:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 41 of file class.ilAssIncompleteQuestionPurger.php.
References $query, $res, $row, and getOwnerId().
Referenced by purge().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAssIncompleteQuestionPurger::purge | ( | ) | 
Definition at line 35 of file class.ilAssIncompleteQuestionPurger.php.
References getPurgableQuestionIds(), and purgeQuestionIds().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 57 of file class.ilAssIncompleteQuestionPurger.php.
References assQuestion\_instantiateQuestion().
Referenced by purge().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().