ILIAS
Release_3_10_x_branch Revision 61812
|
Survey phrases GUI class. More...
Public Member Functions | |
ilSurveyPhrasesGUI ($a_object) | |
ilSurveyPhrases 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::cancelDeletePhrase | ( | ) |
cancel delete phrases
Definition at line 204 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::confirmDeletePhrase | ( | ) |
confirm delete phrases
Definition at line 212 of file class.ilSurveyPhrasesGUI.php.
References ilUtil\sendInfo().
ilSurveyPhrasesGUI::deletePhrase | ( | ) |
Creates a confirmation form to delete personal phases from the database.
Creates a confirmation form to delete personal phases from the database
public
Definition at line 105 of file class.ilSurveyPhrasesGUI.php.
References deletePhrasesForm(), phrases(), and ilUtil\sendInfo().
ilSurveyPhrasesGUI::deletePhrasesForm | ( | $checked_phrases | ) |
Creates a confirmation form to delete personal phases from the database.
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 public |
Definition at line 235 of file class.ilSurveyPhrasesGUI.php.
References ilUtil\sendInfo().
Referenced by deletePhrase().
& ilSurveyPhrasesGUI::executeCommand | ( | ) |
execute command
Definition at line 71 of file class.ilSurveyPhrasesGUI.php.
References $cmd, $ret, and getCommand().
ilSurveyPhrasesGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
Retrieves the ilCtrl command
public
Definition at line 93 of file class.ilSurveyPhrasesGUI.php.
References $cmd.
Referenced by executeCommand().
ilSurveyPhrasesGUI::ilSurveyPhrasesGUI | ( | $a_object | ) |
ilSurveyPhrases constructor
The constructor takes possible arguments an creates an instance of the ilSurveyPhrases object.
public
Definition at line 53 of file class.ilSurveyPhrasesGUI.php.
ilSurveyPhrasesGUI::phrases | ( | ) |
Displays a form to manage the user created phrases.
public
Definition at line 149 of file class.ilSurveyPhrasesGUI.php.
References ilUtil\getImagePath(), 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 ilSurveyPhrasesGUI().
ilSurveyPhrasesGUI::$lng |
Definition at line 39 of file class.ilSurveyPhrasesGUI.php.
Referenced by ilSurveyPhrasesGUI().
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 ilSurveyPhrasesGUI().
ilSurveyPhrasesGUI::$tree |
Definition at line 43 of file class.ilSurveyPhrasesGUI.php.
Referenced by ilSurveyPhrasesGUI().