| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilAssQuestionHintsOrderingClipboard:
 Collaboration diagram for ilAssQuestionHintsOrderingClipboard:| Public Member Functions | |
| __construct (assQuestion $questionOBJ) | |
| Constructor. | |
| resetStored () | |
| resets the clipboard by ensuring no hint is stored | |
| setStored ($hintId) | |
| sets the passed hint id, so relating hint is deemed to be cut to clipboard | |
| getStored () | |
| returns the hint id currently stored in clipboard | |
| isStored ($hintId) | |
| returns the fact wether the hint relating to the passed hint id is stored in clipboard or not | |
| hasStored () | |
| returns the fact wether any hint is stored in clipboard currently or not | |
| Private Attributes | |
| $questionId = null | |
Definition at line 14 of file class.ilAssQuestionHintsOrderingClipboard.php.
| ilAssQuestionHintsOrderingClipboard::__construct | ( | assQuestion | $questionOBJ | ) | 
Constructor.
public
| assQuestion | $questionOBJ | 
Definition at line 30 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, $questionId, and assQuestion\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::getStored | ( | ) | 
returns the hint id currently stored in clipboard
public
Definition at line 73 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, and $questionId.
| ilAssQuestionHintsOrderingClipboard::hasStored | ( | ) | 
returns the fact wether any hint is stored in clipboard currently or not
public
Definition at line 102 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION.
| 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 86 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION.
| ilAssQuestionHintsOrderingClipboard::resetStored | ( | ) | 
resets the clipboard by ensuring no hint is stored
public
Definition at line 50 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, and $questionId.
| ilAssQuestionHintsOrderingClipboard::setStored | ( | $hintId | ) | 
sets the passed hint id, so relating hint is deemed to be cut to clipboard
public
| integer | $hintId | 
Definition at line 62 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, and $questionId.
| 
 | private | 
Definition at line 22 of file class.ilAssQuestionHintsOrderingClipboard.php.
Referenced by __construct(), getStored(), resetStored(), and setStored().