|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Data Structures | |
| class | FormAdapterGUI |
| class | NotEmpty |
Functions | |
| initStdObjProperties (Container $DIC) | |
| addStdTitleAndDescription (int $obj_id, string $type) | |
| addStdTitle (int $obj_id, string $type) | |
| saveStdTitleAndDescription (int $obj_id, string $type) | |
| saveStdTitle (int $obj_id, string $type) | |
| addStdTile (int $obj_id, string $type) | |
| saveStdTile (int $obj_id, string $type) | |
| addOnline (int $obj_id, string $type) | |
| saveOnline (int $obj_id, string $type) | |
| addStdAvailability (int $ref_id, $visibility_info="") | |
| saveStdAvailability (int $ref_id) | |
| addAdditionalFeatures (int $obj_id, array $services) | |
| saveAdditionalFeatures (int $obj_id, array $services) | |
| addDidacticTemplates (string $type, int $ref_id, bool $creation_mode, array $additional_template_options=[]) | |
| buildDidacticTemplateOptions (string $type, int $ref_id, array $additional_template_options=[]) | |
| redirectToDidacticConfirmationIfChanged (int $ref_id, string $type, string $gui_class, array $additional_template_options=[]) | |
| getDidacticTemplateIdFromRequest () | |
Variables | |
| trait | StdObjProperties |
| ILIAS\Repository\Form\addAdditionalFeatures | ( | int | $obj_id, |
| array | $services | ||
| ) |
Definition at line 190 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\addDidacticTemplates | ( | string | $type, |
| int | $ref_id, | ||
| bool | $creation_mode, | ||
| array | $additional_template_options = [] |
||
| ) |
Definition at line 248 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\addOnline | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 109 of file trait.StdObjProperties.php.
Referenced by ILIAS\BookingManager\Settings\SettingsGUI\getEditForm().
Here is the caller graph for this function:| ILIAS\Repository\Form\addStdAvailability | ( | int | $ref_id, |
$visibility_info = "" |
|||
| ) |
Definition at line 128 of file trait.StdObjProperties.php.
References $lng, $ref_id, ilObjectActivation\getItem(), IL_CAL_UNIX, ILIAS\Repository\int(), ILIAS\Repository\lng(), and ilObjectActivation\TIMINGS_ACTIVATION.
Here is the call graph for this function:| ILIAS\Repository\Form\addStdTile | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 87 of file trait.StdObjProperties.php.
Referenced by ILIAS\BookingManager\Settings\SettingsGUI\getEditForm().
Here is the caller graph for this function:| ILIAS\Repository\Form\addStdTitle | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 49 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\addStdTitleAndDescription | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 36 of file trait.StdObjProperties.php.
Referenced by ILIAS\BookingManager\Settings\SettingsGUI\getEditForm(), and ilGuidedTourAdminGUI\getSettingsForm().
Here is the caller graph for this function:
|
private |
Definition at line 306 of file trait.StdObjProperties.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, and $ref_id.
| ILIAS\Repository\Form\getDidacticTemplateIdFromRequest | ( | ) |
Definition at line 370 of file trait.StdObjProperties.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by ILIAS\BookingManager\Settings\SettingsGUI\executeCommand(), and ILIAS\Glossary\Settings\SettingsGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file trait.StdObjProperties.php.
References ILIAS\ILIASObject\LocalDIC\dic().
Referenced by ILIAS\Repository\Form\FormAdapterGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\Form\redirectToDidacticConfirmationIfChanged | ( | int | $ref_id, |
| string | $type, | ||
| string | $gui_class, | ||
| array | $additional_template_options = [] |
||
| ) |
Definition at line 341 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\saveAdditionalFeatures | ( | int | $obj_id, |
| array | $services | ||
| ) |
Definition at line 232 of file trait.StdObjProperties.php.
References ilContainer\_writeContainerSetting().
Here is the call graph for this function:| ILIAS\Repository\Form\saveOnline | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 120 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\saveStdAvailability | ( | int | $ref_id | ) |
Definition at line 163 of file trait.StdObjProperties.php.
References $ref_id, ilObjectActivation\TIMINGS_ACTIVATION, and ilObjectActivation\TIMINGS_DEACTIVATED.
| ILIAS\Repository\Form\saveStdTile | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 98 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\saveStdTitle | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 74 of file trait.StdObjProperties.php.
| ILIAS\Repository\Form\saveStdTitleAndDescription | ( | int | $obj_id, |
| string | $type | ||
| ) |
Definition at line 61 of file trait.StdObjProperties.php.
| trait ILIAS::Repository::Form\StdObjProperties |
Definition at line 27 of file trait.StdObjProperties.php.