| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilAssQuestionHintsOrderingClipboard:Public Member Functions | |
| __construct (assQuestion $questionOBJ) | |
| Constructor.  More... | |
| resetStored () | |
| resets the clipboard by ensuring no hint is stored  More... | |
| setStored ($hintId) | |
| sets the passed hint id, so relating hint is deemed to be cut to clipboard  More... | |
| getStored () | |
| returns the hint id currently stored in clipboard  More... | |
| isStored ($hintId) | |
| returns the fact wether the hint relating to the passed hint id is stored in clipboard or not  More... | |
| hasStored () | |
| returns the fact wether any hint is stored in clipboard currently or not  More... | |
Private Attributes | |
| $questionId = null | |
Definition at line 28 of file class.ilAssQuestionHintsOrderingClipboard.php.
| ilAssQuestionHintsOrderingClipboard::__construct | ( | assQuestion | $questionOBJ | ) | 
Constructor.
public
| assQuestion | $questionOBJ | 
Definition at line 44 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $questionId, ilSession\get(), assQuestion\getId(), and ilSession\set().
 Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::getStored | ( | ) | 
returns the hint id currently stored in clipboard
public
Definition at line 93 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $questionId, and ilSession\get().
 Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::hasStored | ( | ) | 
returns the fact wether any hint is stored in clipboard currently or not
public
Definition at line 123 of file class.ilAssQuestionHintsOrderingClipboard.php.
References ilSession\get().
 Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::isStored | ( | $hintId | ) | 
returns the fact wether the hint relating to the passed hint id is stored in clipboard or not
public
| integer | $hintId | 
Definition at line 107 of file class.ilAssQuestionHintsOrderingClipboard.php.
References ilSession\get().
 Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::resetStored | ( | ) | 
resets the clipboard by ensuring no hint is stored
public
Definition at line 64 of file class.ilAssQuestionHintsOrderingClipboard.php.
References ilSession\get(), and ilSession\set().
 Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::setStored | ( | $hintId | ) | 
sets the passed hint id, so relating hint is deemed to be cut to clipboard
public
| integer | $hintId | 
Definition at line 79 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $questionId, ilSession\get(), and ilSession\set().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 36 of file class.ilAssQuestionHintsOrderingClipboard.php.
Referenced by __construct(), getStored(), and setStored().