ILIAS
Release_4_4_x_branch Revision 61816
|
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 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, and assQuestion\getId().
ilAssQuestionHintsOrderingClipboard::getStored | ( | ) |
returns the hint id currently stored in clipboard
public
Definition at line 72 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 101 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 85 of file class.ilAssQuestionHintsOrderingClipboard.php.
References $_SESSION.
ilAssQuestionHintsOrderingClipboard::resetStored | ( | ) |
resets the clipboard by ensuring no hint is stored
public
Definition at line 49 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 61 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().