ILIAS
Release_4_0_x_branch Revision 61816
|
Survey phrases GUI class. More...
Public Member Functions | |
__construct ($a_object) | |
ilSurveyPhrasesGUI constructor | |
& | executeCommand () |
execute command | |
getCommand ($cmd) | |
Retrieves the ilCtrl command. | |
deletePhrase () | |
Creates a confirmation form to delete personal phases from the database. | |
phrases () | |
Displays a form to manage the user created phrases. | |
cancelDeletePhrase () | |
cancel delete phrases | |
confirmDeletePhrase () | |
confirm delete phrases | |
deletePhrasesForm ($checked_phrases) | |
Creates a confirmation form to delete personal phases from the database. |
Data Fields | |
$object | |
$gui_object | |
$lng | |
$tpl | |
$ctrl | |
$ilias | |
$tree | |
$ref_id |
Survey phrases GUI class.
The ilSurveyPhrases GUI class creates the GUI output for survey phrases (collections of survey categories) of ordinal survey question types.
Definition at line 35 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::__construct | ( | $a_object | ) |
ilSurveyPhrasesGUI constructor
Definition at line 50 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::cancelDeletePhrase | ( | ) |
cancel delete phrases
Definition at line 145 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::confirmDeletePhrase | ( | ) |
confirm delete phrases
Definition at line 153 of file class.ilSurveyPhrasesGUI.php.
References $_POST, and ilUtil\sendSuccess().
ilSurveyPhrasesGUI::deletePhrase | ( | ) |
Creates a confirmation form to delete personal phases from the database.
Definition at line 94 of file class.ilSurveyPhrasesGUI.php.
References $_POST, deletePhrasesForm(), phrases(), ilUtil\sendInfo(), and ilUtil\sendQuestion().
ilSurveyPhrasesGUI::deletePhrasesForm | ( | $checked_phrases | ) |
Creates a confirmation form to delete personal phases from the database.
array | $checked_phrases | An array with the id's of the phrases checked for deletion |
Definition at line 166 of file class.ilSurveyPhrasesGUI.php.
References $data, ilSurveyPhrases\_getAvailablePhrases(), and ilSurveyPhrases\_getCategoriesForPhrase().
Referenced by deletePhrase().
& ilSurveyPhrasesGUI::executeCommand | ( | ) |
execute command
Definition at line 68 of file class.ilSurveyPhrasesGUI.php.
References $cmd, $ret, and getCommand().
ilSurveyPhrasesGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Definition at line 86 of file class.ilSurveyPhrasesGUI.php.
References $cmd.
Referenced by executeCommand().
ilSurveyPhrasesGUI::phrases | ( | ) |
Displays a form to manage the user created phrases.
public
Definition at line 118 of file class.ilSurveyPhrasesGUI.php.
References $data, ilSurveyPhrases\_getAvailablePhrases(), ilSurveyPhrases\_getCategoriesForPhrase(), and ilUtil\sendInfo().
Referenced by deletePhrase().
ilSurveyPhrasesGUI::$ctrl |
Definition at line 41 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::$gui_object |
Definition at line 38 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::$ilias |
Definition at line 42 of file class.ilSurveyPhrasesGUI.php.
Referenced by __construct().
ilSurveyPhrasesGUI::$lng |
Definition at line 39 of file class.ilSurveyPhrasesGUI.php.
Referenced by __construct().
ilSurveyPhrasesGUI::$object |
Definition at line 37 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::$ref_id |
Definition at line 44 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::$tpl |
Definition at line 40 of file class.ilSurveyPhrasesGUI.php.
Referenced by __construct().
ilSurveyPhrasesGUI::$tree |
Definition at line 43 of file class.ilSurveyPhrasesGUI.php.
Referenced by __construct().