| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilAssQuestionProcessLockerFactory:Public Member Functions | |
| __construct (ilSetting $settings, ilDBInterface $db) | |
| setQuestionId ($questionId) | |
| getQuestionId () | |
| setUserId ($userId) | |
| getUserId () | |
| getLocker () | |
Protected Attributes | |
| $settings | |
| $db | |
| $question_id | |
| $userId | |
Private Member Functions | |
| getLockModeSettingValue () | |
Definition at line 25 of file class.ilAssQuestionProcessLockerFactory.php.
| ilAssQuestionProcessLockerFactory::__construct | ( | ilSetting | $settings, | 
| ilDBInterface | $db | ||
| ) | 
| ilSetting | $settings | |
| ilDBInterface | $db | 
Definition at line 51 of file class.ilAssQuestionProcessLockerFactory.php.
References $db, $settings, and ILIAS\Repository\settings().
 Here is the call graph for this function:| ilAssQuestionProcessLockerFactory::getLocker | ( | ) | 
Definition at line 100 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjTestFolder\ASS_PROC_LOCK_MODE_DB, ilObjTestFolder\ASS_PROC_LOCK_MODE_FILE, ilObjTestFolder\ASS_PROC_LOCK_MODE_NONE, getLockModeSettingValue(), getQuestionId(), and getUserId().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 92 of file class.ilAssQuestionProcessLockerFactory.php.
References ilObjTestFolder\ASS_PROC_LOCK_MODE_NONE, and ILIAS\Repository\settings().
Referenced by getLocker().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::getQuestionId | ( | ) | 
Definition at line 71 of file class.ilAssQuestionProcessLockerFactory.php.
References $question_id.
Referenced by getLocker().
 Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::getUserId | ( | ) | 
Definition at line 87 of file class.ilAssQuestionProcessLockerFactory.php.
References $userId.
Referenced by getLocker().
 Here is the caller graph for this function:| ilAssQuestionProcessLockerFactory::setQuestionId | ( | $questionId | ) | 
| int | $questionId | 
Definition at line 63 of file class.ilAssQuestionProcessLockerFactory.php.
| ilAssQuestionProcessLockerFactory::setUserId | ( | $userId | ) | 
| int | $userId | 
Definition at line 79 of file class.ilAssQuestionProcessLockerFactory.php.
References $userId.
      
  | 
  protected | 
Definition at line 35 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 40 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getQuestionId().
      
  | 
  protected | 
Definition at line 30 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 45 of file class.ilAssQuestionProcessLockerFactory.php.
Referenced by getUserId(), and setUserId().