ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilUserStartingPointGUI. More...
Public Member Functions | |
__construct ($a_parent_ref_id) | |
Constructor public. More... | |
& | executeCommand () |
startingPoints () | |
table form to set up starting points depends of user roles More... | |
initUserStartingPointForm (ilPropertyFormGUI $form=null) | |
initRoleStartingPointForm (ilPropertyFormGUI $form=null) | |
saveOrder () | |
confirmDeleteStartingPoint () | |
Confirm delete starting point. More... | |
Protected Member Functions | |
getUserStartingPointForm () | |
getRoleStartingPointForm () | |
saveUserStartingPoint () | |
saveStartingPoint () | |
store starting point from the form More... | |
deleteStartingPoint () | |
Set to 0 the starting point values. More... | |
Protected Attributes | |
$log | |
$lng | |
$tpl | |
$parent_ref_id | |
Class ilUserStartingPointGUI.
Definition at line 13 of file class.ilUserStartingPointGUI.php.
ilUserStartingPointGUI::__construct | ( | $a_parent_ref_id | ) |
Constructor public.
Definition at line 24 of file class.ilUserStartingPointGUI.php.
References $ilCtrl, $lng, $tpl, and ilLoggerFactory\getLogger().
ilUserStartingPointGUI::confirmDeleteStartingPoint | ( | ) |
Confirm delete starting point.
Definition at line 332 of file class.ilUserStartingPointGUI.php.
|
protected |
Set to 0 the starting point values.
Definition at line 366 of file class.ilUserStartingPointGUI.php.
References $ilCtrl, $ilErr, $lng, ilUtil\sendFailure(), and ilUtil\sendSuccess().
& ilUserStartingPointGUI::executeCommand | ( | ) |
|
protected |
Definition at line 116 of file class.ilUserStartingPointGUI.php.
References $form, $ilCtrl, $ilErr, $lng, $options, $si, $valid, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), array, ilStartingPoint\getGlobalRolesWithoutStartingPoint(), ilUserUtil\getPossibleStartingPoints(), ilUserUtil\getStartingObject(), ilUserUtil\getStartingPoint(), ilStartingPoint\ROLE_BASED, ilRadioOption\setInfo(), ilSelectInputGUI\setOptions(), ilRadioOption\setValue(), and ilUserUtil\START_REPOSITORY_OBJ.
Referenced by initRoleStartingPointForm(), and saveStartingPoint().
|
protected |
Definition at line 91 of file class.ilUserStartingPointGUI.php.
References $form, $ilCtrl, ilUserUtil\hasPersonalStartingPoint(), and ilFormPropertyGUI\setInfo().
Referenced by initUserStartingPointForm(), and saveUserStartingPoint().
ilUserStartingPointGUI::initRoleStartingPointForm | ( | ilPropertyFormGUI | $form = null | ) |
Definition at line 83 of file class.ilUserStartingPointGUI.php.
References $form, and getRoleStartingPointForm().
ilUserStartingPointGUI::initUserStartingPointForm | ( | ilPropertyFormGUI | $form = null | ) |
Definition at line 75 of file class.ilUserStartingPointGUI.php.
References $form, and getUserStartingPointForm().
ilUserStartingPointGUI::saveOrder | ( | ) |
Definition at line 310 of file class.ilUserStartingPointGUI.php.
References $_POST, $ilCtrl, $ilErr, $lng, and ilUtil\sendSuccess().
|
protected |
store starting point from the form
Definition at line 252 of file class.ilUserStartingPointGUI.php.
References $_POST, $form, $ilCtrl, $ilErr, $tpl, ilObject\_lookupObjId(), array, getRoleStartingPointForm(), ilStartingPoint\ROLE_BASED, ilUtil\sendFailure(), ilUtil\sendSuccess(), ilUserUtil\setStartingPoint(), and ilUserUtil\START_REPOSITORY_OBJ.
|
protected |
Definition at line 228 of file class.ilUserStartingPointGUI.php.
References $form, $ilCtrl, $ilErr, getUserStartingPointForm(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilUserUtil\togglePersonalStartingPoint().
ilUserStartingPointGUI::startingPoints | ( | ) |
table form to set up starting points depends of user roles
Definition at line 53 of file class.ilUserStartingPointGUI.php.
References $tbl, ilStartingPoint\getGlobalRolesWithoutStartingPoint(), and ilUtil\sendInfo().
|
protected |
Definition at line 16 of file class.ilUserStartingPointGUI.php.
Referenced by __construct(), confirmDeleteStartingPoint(), deleteStartingPoint(), getRoleStartingPointForm(), and saveOrder().
|
protected |
Definition at line 15 of file class.ilUserStartingPointGUI.php.
|
protected |
Definition at line 18 of file class.ilUserStartingPointGUI.php.
|
protected |
Definition at line 17 of file class.ilUserStartingPointGUI.php.
Referenced by __construct(), confirmDeleteStartingPoint(), and saveStartingPoint().