ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilRatingCategoryGUI. More...
Public Member Functions | |
__construct (int $a_parent_id, $a_export_callback=null, ?string $a_export_subobj_title=null) | |
ilRatingCategoryGUI constructor. More... | |
executeCommand () | |
execute command More... | |
handleTableActions () | |
getRatingCategoryOrderingTable () | |
getUnsafeGetCommands () | |
This method must return a list of unsafe GET commands. More... | |
getSafePostCommands () | |
This method must return a list of safe POST commands. More... | |
getUnsafeGetCommands () | |
This method must return a list of unsafe GET commands. More... | |
getSafePostCommands () | |
This method must return a list of safe POST commands. More... | |
Protected Member Functions | |
listCategories () | |
initCategoryForm (?int $a_id=null) | |
add (?ilPropertyFormGUI $a_form=null) | |
save () | |
edit (?ilPropertyFormGUI $a_form=null) | |
update () | |
updateOrder () | |
confirmDelete () | |
delete () | |
export () | |
Protected Attributes | |
readonly ilLanguage | $lng |
ilCtrl | $ctrl |
ilGlobalTemplateInterface | $tpl |
ilToolbarGUI | $toolbar |
int | $parent_id |
$export_callback | |
string | $export_subobj_title = null |
int | $requested_cat_id |
RequestInterface | $request |
int | $cat_id |
Private Attributes | |
readonly UIFactory | $ui_factory |
readonly UIRenderer | $ui_renderer |
readonly Refinery | $refinery |
readonly HttpServices | $http |
Class ilRatingCategoryGUI.
User interface class for rating categories.
Definition at line 32 of file class.ilRatingCategoryGUI.php.
ilRatingCategoryGUI::__construct | ( | int | $a_parent_id, |
$a_export_callback = null , |
|||
?string | $a_export_subobj_title = null |
||
) |
ilRatingCategoryGUI constructor.
?mixed | $a_export_callback |
?string | $a_export_subobj_title |
Definition at line 54 of file class.ilRatingCategoryGUI.php.
References $DIC, $lng, $params, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
|
protected |
Definition at line 198 of file class.ilRatingCategoryGUI.php.
References $tpl, initCategoryForm(), and ILIAS\UICore\GlobalTemplate\setContent().
Referenced by save(), and update().
|
protected |
Definition at line 293 of file class.ilRatingCategoryGUI.php.
References $cat_id, $ctrl, $lng, $tpl, ILIAS\FileDelivery\http(), listCategories(), ILIAS\Repository\refinery(), ILIAS\UICore\GlobalTemplate\setContent(), and ilLanguage\txt().
|
protected |
Definition at line 326 of file class.ilRatingCategoryGUI.php.
References $ctrl, $lng, ilRatingCategory\delete(), ilRatingCategory\getAllForObject(), and ilLanguage\txt().
|
protected |
Definition at line 230 of file class.ilRatingCategoryGUI.php.
References $cat_id, $ctrl, $tpl, ILIAS\FileDelivery\http(), initCategoryForm(), ILIAS\Repository\refinery(), and ILIAS\UICore\GlobalTemplate\setContent().
ilRatingCategoryGUI::executeCommand | ( | ) |
execute command
Definition at line 94 of file class.ilRatingCategoryGUI.php.
References $ctrl, and ilCtrl\getNextClass().
|
protected |
Definition at line 349 of file class.ilRatingCategoryGUI.php.
References $lng, ilObject\_lookupTitle(), ilObject\_lookupType(), ilRatingCategory\getAllForObject(), ilRating\getExportData(), IL_CAL_UNIX, and ilLanguage\txt().
ilRatingCategoryGUI::getRatingCategoryOrderingTable | ( | ) |
Definition at line 147 of file class.ilRatingCategoryGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by updateOrder().
ilRatingCategoryGUI::getSafePostCommands | ( | ) |
This method must return a list of safe POST commands.
Safe post commands returned by this method will no longer be CSRF protected and will NOT be appended by an ilCtrlToken.
Implements ilCtrlSecurityInterface.
Definition at line 402 of file class.ilRatingCategoryGUI.php.
ilRatingCategoryGUI::getUnsafeGetCommands | ( | ) |
This method must return a list of unsafe GET commands.
Unsafe get commands returned by this method will now be CSRF protected, which means an ilCtrlToken is appended each time a link-target is generated to the class implementing this interface with a command from that list.
Tokens will be validated in
Implements ilCtrlSecurityInterface.
Definition at line 397 of file class.ilRatingCategoryGUI.php.
ilRatingCategoryGUI::handleTableActions | ( | ) |
Definition at line 108 of file class.ilRatingCategoryGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
|
protected |
Definition at line 160 of file class.ilRatingCategoryGUI.php.
References $ctrl, $lng, ilObject\LONG_DESC_LENGTH, and ilLanguage\txt().
Referenced by add(), edit(), save(), and update().
|
protected |
Definition at line 125 of file class.ilRatingCategoryGUI.php.
References $ctrl, $lng, $toolbar, $tpl, ILIAS\UICore\GlobalTemplate\setContent(), and ilLanguage\txt().
Referenced by confirmDelete().
|
protected |
Definition at line 209 of file class.ilRatingCategoryGUI.php.
References $ctrl, $lng, add(), initCategoryForm(), and ilLanguage\txt().
|
protected |
Definition at line 251 of file class.ilRatingCategoryGUI.php.
References $ctrl, $lng, add(), initCategoryForm(), and ilLanguage\txt().
|
protected |
Definition at line 271 of file class.ilRatingCategoryGUI.php.
References $ctrl, $data, $id, $lng, getRatingCategoryOrderingTable(), and ilLanguage\txt().
|
protected |
Definition at line 47 of file class.ilRatingCategoryGUI.php.
Referenced by confirmDelete(), and edit().
|
protected |
Definition at line 39 of file class.ilRatingCategoryGUI.php.
Referenced by confirmDelete(), delete(), edit(), executeCommand(), initCategoryForm(), listCategories(), save(), update(), and updateOrder().
|
protected |
Definition at line 43 of file class.ilRatingCategoryGUI.php.
|
protected |
Definition at line 44 of file class.ilRatingCategoryGUI.php.
|
private |
Definition at line 38 of file class.ilRatingCategoryGUI.php.
|
protected |
Definition at line 34 of file class.ilRatingCategoryGUI.php.
Referenced by __construct(), confirmDelete(), delete(), export(), initCategoryForm(), listCategories(), save(), update(), and updateOrder().
|
protected |
Definition at line 42 of file class.ilRatingCategoryGUI.php.
|
private |
Definition at line 37 of file class.ilRatingCategoryGUI.php.
|
protected |
Definition at line 46 of file class.ilRatingCategoryGUI.php.
|
protected |
Definition at line 45 of file class.ilRatingCategoryGUI.php.
|
protected |
Definition at line 41 of file class.ilRatingCategoryGUI.php.
Referenced by listCategories().
|
protected |
Definition at line 40 of file class.ilRatingCategoryGUI.php.
Referenced by add(), confirmDelete(), edit(), and listCategories().
|
private |
Definition at line 35 of file class.ilRatingCategoryGUI.php.
|
private |
Definition at line 36 of file class.ilRatingCategoryGUI.php.