ILIAS
trunk Revision v11.0_alpha-1851-ga8564da6fed
|
Public Member Functions | |
__construct (private ilLanguage $language, private FileUpload $upload, private ResourceStorageServices $storage, private Services $http, private ilObjectTileImageStakeholder $stakeholder, private ilObjectTileImageFlavourDefinition $flavour) | |
getPropertyTitleAndIconVisibility () | |
storePropertyTitleAndIconVisibility (ilObjectPropertyTitleAndIconVisibility $property_title_and_icon_visibility) | |
getPropertyHeaderActionVisibility () | |
storePropertyHeaderActionVisibility (ilObjectPropertyHeaderActionVisibility $property_header_action_visibility) | |
getPropertyTileImage () | |
storePropertyTileImage (ilObjectPropertyTileImage $property_tile_image) | |
getPropertyIcon () | |
storePropertyIcon (ilObjectPropertyIcon $property_icon) | |
legacyForm (ilPropertyFormGUI $form, ilObject $object) | |
11: This function will be remove with ILIAS 11. More... | |
Private Attributes | |
ilObject | $object = null |
Please use ilObjectProperties
instead.
Definition at line 32 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::__construct | ( | private ilLanguage | $language, |
private FileUpload | $upload, | ||
private ResourceStorageServices | $storage, | ||
private Services | $http, | ||
private ilObjectTileImageStakeholder | $stakeholder, | ||
private ilObjectTileImageFlavourDefinition | $flavour | ||
) |
Definition at line 36 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyHeaderActionVisibility | ( | ) |
Definition at line 58 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyIcon | ( | ) |
Definition at line 82 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyTileImage | ( | ) |
Definition at line 70 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyTitleAndIconVisibility | ( | ) |
Definition at line 46 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::legacyForm | ( | ilPropertyFormGUI | $form, |
ilObject | $object | ||
) |
11: This function will be remove with ILIAS 11.
Please use the ilObjectProperty::toForm()
for each Property(-Set) to get the corresponding Form-Elements for the UIKitchensink-Forms.
Definition at line 100 of file class.ilObjectCommonSettings.php.
References $object, ILIAS\FileDelivery\http(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\Repository\upload().
ilObjectCommonSettings::storePropertyHeaderActionVisibility | ( | ilObjectPropertyHeaderActionVisibility | $property_header_action_visibility | ) |
Definition at line 63 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::storePropertyIcon | ( | ilObjectPropertyIcon | $property_icon | ) |
Definition at line 87 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::storePropertyTileImage | ( | ilObjectPropertyTileImage | $property_tile_image | ) |
Definition at line 75 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::storePropertyTitleAndIconVisibility | ( | ilObjectPropertyTitleAndIconVisibility | $property_title_and_icon_visibility | ) |
Definition at line 51 of file class.ilObjectCommonSettings.php.
Definition at line 34 of file class.ilObjectCommonSettings.php.
Referenced by legacyForm().