ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
public
assQuestion | $questionOBJ |
Definition at line 29 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION, $questionId, array, and assQuestion\getId().
ilAssQuestionHintsOrderingClipboard::getStored | ( | ) |
returns the hint id currently stored in clipboard
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
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
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
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
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().