| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilAssIncompleteQuestionPurger: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().
 Here is the caller graph for this function:| ilAssIncompleteQuestionPurger::getOwnerId | ( | ) | 
Definition at line 43 of file class.ilAssIncompleteQuestionPurger.php.
References $ownerId.
Referenced by getPurgableQuestionIds().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 59 of file class.ilAssIncompleteQuestionPurger.php.
References $res, 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 53 of file class.ilAssIncompleteQuestionPurger.php.
References getPurgableQuestionIds(), and purgeQuestionIds().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 84 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 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().