|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 13 of file class.ilAssQuestionHintsOrderingClipboard.php.
| ilAssQuestionHintsOrderingClipboard::__construct | ( | assQuestion | $questionOBJ | ) |
Constructor.
@access public
| assQuestion | $questionOBJ |
Definition at line 29 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, $questionId, and assQuestion\getId().
Here is the call graph for this function:| ilAssQuestionHintsOrderingClipboard::getStored | ( | ) |
returns the hint id currently stored in clipboard
@access public
Definition at line 70 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, and $questionId.
| ilAssQuestionHintsOrderingClipboard::hasStored | ( | ) |
returns the fact wether any hint is stored in clipboard currently or not
@access public
Definition at line 98 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
@access public
| integer | $hintId |
Definition at line 83 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION.
| ilAssQuestionHintsOrderingClipboard::resetStored | ( | ) |
resets the clipboard by ensuring no hint is stored
@access public
Definition at line 47 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
@access public
| integer | $hintId |
Definition at line 59 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, and $questionId.
|
private |
Definition at line 21 of file class.ilAssQuestionHintsOrderingClipboard.php.
Referenced by __construct(), getStored(), resetStored(), and setStored().