|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilUserStartingPointGUI. More...
Collaboration diagram for ilUserStartingPointGUI:Public Member Functions | |
| executeCommand () | |
| startingPoints () | |
| table form to set up starting points depends of user roles More... | |
| initUserStartingPointForm (ilPropertyFormGUI $form=null) | |
| initRoleStartingPointForm (ilPropertyFormGUI $form=null) | |
| addRoleAutoCompleteObject () | |
| saveOrder () | |
Protected Member Functions | |
| getUserStartingPointForm () | |
| getRoleStartingPointForm () | |
| saveUserStartingPoint () | |
| saveStartingPoint () | |
| store starting point from the form More... | |
| deleteStartingPoint () | |
Private Member Functions | |
| getCurrentStartingPointOrNullForStartingPointForm (?int $starting_point_id) | |
| getCurrentTypeForStartingPointForm (?ilUserStartingPoint $starting_point) | |
| getFormTypeSpecificStartingPointFormParts (?int $spoint_id, ?int $req_role_id) | |
| getCreateFormSpecificInputs () | |
| getEditFormSpecificInputs (int $spoint_id, int $req_role_id) | |
| getStartingPointSelectionInput (?ilUserStartingPoint $st_point) | |
| getStartingPointSelectionOption (int $value, string $caption, ?ilUserStartingPoint $st_point, array $valid) | |
| getCalenderSubInputs (?ilUserStartingPoint $st_point) | |
| getRepositoryObjectInput (?ilUserStartingPoint $st_point) | |
| showRoleSelection (string $role, string $role_search, string $start_point, string $start_object) | |
Class ilUserStartingPointGUI.
Definition at line 31 of file class.ilUserStartingPointGUI.php.
| ilUserStartingPointGUI::addRoleAutoCompleteObject | ( | ) |
Definition at line 376 of file class.ilUserStartingPointGUI.php.
References ilRoleAutoCompleteInputGUI\echoAutoCompleteList().
Here is the call graph for this function:
|
protected |
Definition at line 551 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilUserStartingPointGUI::executeCommand | ( | ) |
Definition at line 93 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 320 of file class.ilUserStartingPointGUI.php.
References ilCalendarSettings\DEFAULT_CAL_DAY, ilCalendarSettings\DEFAULT_CAL_LIST, ilCalendarSettings\DEFAULT_CAL_MONTH, ilCalendarSettings\DEFAULT_CAL_WEEK, ilUserStartingPoint\getCalendarPeriod(), ilUserStartingPoint\getCalendarView(), ILIAS\Repository\lng(), ilCalendarAgendaListGUI\PERIOD_DAY, ilCalendarAgendaListGUI\PERIOD_HALF_YEAR, ilCalendarAgendaListGUI\PERIOD_MONTH, ilCalendarAgendaListGUI\PERIOD_WEEK, ilSelectInputGUI\setOptions(), and ilFormPropertyGUI\setRequired().
Referenced by getStartingPointSelectionOption().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 227 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\lng(), ilSelectInputGUI\setOptions(), and ilRadioGroupInputGUI\setValue().
Referenced by getFormTypeSpecificStartingPointFormParts().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 198 of file class.ilUserStartingPointGUI.php.
Referenced by getRoleStartingPointForm().
Here is the caller graph for this function:
|
private |
Definition at line 209 of file class.ilUserStartingPointGUI.php.
References ilUserStartingPoint\getStartingPointType().
Referenced by getRoleStartingPointForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 257 of file class.ilUserStartingPointGUI.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, and ILIAS\Repository\lng().
Referenced by getFormTypeSpecificStartingPointFormParts().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 218 of file class.ilUserStartingPointGUI.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from(), getCreateFormSpecificInputs(), and getEditFormSpecificInputs().
Referenced by getRoleStartingPointForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 354 of file class.ilUserStartingPointGUI.php.
References ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilUserStartingPoint\getStartingObject(), and ILIAS\Repository\lng().
Referenced by getStartingPointSelectionOption().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 162 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl(), getCurrentStartingPointOrNullForStartingPointForm(), getCurrentTypeForStartingPointForm(), getFormTypeSpecificStartingPointFormParts(), getStartingPointSelectionInput(), and ILIAS\Repository\lng().
Referenced by initRoleStartingPointForm(), and saveStartingPoint().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 278 of file class.ilUserStartingPointGUI.php.
References $valid, getStartingPointSelectionOption(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by getRoleStartingPointForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 293 of file class.ilUserStartingPointGUI.php.
References getCalenderSubInputs(), getRepositoryObjectInput(), ILIAS\Repository\lng(), ilUserStartingPointRepository\START_PD_CALENDAR, and ilUserStartingPointRepository\START_REPOSITORY_OBJ.
Referenced by getStartingPointSelectionInput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by initUserStartingPointForm(), and saveUserStartingPoint().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserStartingPointGUI::initRoleStartingPointForm | ( | ilPropertyFormGUI | $form = null | ) |
Definition at line 134 of file class.ilUserStartingPointGUI.php.
References getRoleStartingPointForm().
Here is the call graph for this function:| ilUserStartingPointGUI::initUserStartingPointForm | ( | ilPropertyFormGUI | $form = null | ) |
Definition at line 126 of file class.ilUserStartingPointGUI.php.
References getUserStartingPointForm().
Here is the call graph for this function:| ilUserStartingPointGUI::saveOrder | ( | ) |
Definition at line 536 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
store starting point from the form
Definition at line 401 of file class.ilUserStartingPointGUI.php.
References $res, ilObject\_lookupObjId(), ILIAS\Repository\ctrl(), getRoleStartingPointForm(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilQueryParser\QP_COMBINATION_AND, ilQueryParser\setMinWordLength(), showRoleSelection(), ilUserStartingPointRepository\START_PD_CALENDAR, and ilUserStartingPointRepository\START_REPOSITORY_OBJ.
Here is the call graph for this function:
|
protected |
Definition at line 381 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl(), getUserStartingPointForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 504 of file class.ilUserStartingPointGUI.php.
References $res, ILIAS\Repository\lng(), and ilQueryParser\QP_COMBINATION_AND.
Referenced by saveStartingPoint().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserStartingPointGUI::startingPoints | ( | ) |
table form to set up starting points depends of user roles
Definition at line 106 of file class.ilUserStartingPointGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
private |
Definition at line 39 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 42 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 34 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 33 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 50 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 43 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 44 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 35 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 48 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 38 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 37 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 36 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 40 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 45 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 46 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 41 of file class.ilUserStartingPointGUI.php.
|
private |
Definition at line 47 of file class.ilUserStartingPointGUI.php.