ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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().
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().
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().
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().
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().
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().
|
private |
Definition at line 36 of file class.ilAssQuestionHintsOrderingClipboard.php.
Referenced by __construct(), getStored(), and setStored().