ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private ilLanguage $language, private FileUpload $upload, private ResourceStorageServices $storage, private Services $http, private TileImage\Stakeholder $stakeholder, private TileImage\FlavourDefinition $flavour) | |
getPropertyTitleAndIconVisibility () | |
storePropertyTitleAndIconVisibility (TitleAndIconVisibility $property_title_and_icon_visibility) | |
getPropertyHeaderActionVisibility () | |
storePropertyHeaderActionVisibility (HeaderActionVisibility $property_header_action_visibility) | |
getPropertyTileImage () | |
storePropertyTileImage (TileImage\Property $property_tile_image) | |
getPropertyIcon () | |
storePropertyIcon (Icon $property_icon) | |
legacyForm (ilPropertyFormGUI $form, ilObject $object) | |
11: This function will be remove with ILIAS 11. More... | |
Private Attributes | |
ilObject | $object = null |
Please use Properties
instead.
Definition at line 33 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::__construct | ( | private ilLanguage | $language, |
private FileUpload | $upload, | ||
private ResourceStorageServices | $storage, | ||
private Services | $http, | ||
private TileImage\Stakeholder | $stakeholder, | ||
private TileImage\FlavourDefinition | $flavour | ||
) |
Definition at line 37 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyHeaderActionVisibility | ( | ) |
Definition at line 59 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyIcon | ( | ) |
Definition at line 83 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyTileImage | ( | ) |
Definition at line 71 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::getPropertyTitleAndIconVisibility | ( | ) |
Definition at line 47 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 101 of file class.ilObjectCommonSettings.php.
References $object, ILIAS\FileDelivery\http(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\Repository\upload().
ilObjectCommonSettings::storePropertyHeaderActionVisibility | ( | HeaderActionVisibility | $property_header_action_visibility | ) |
Definition at line 64 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::storePropertyIcon | ( | Icon | $property_icon | ) |
Definition at line 88 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::storePropertyTileImage | ( | TileImage\Property | $property_tile_image | ) |
Definition at line 76 of file class.ilObjectCommonSettings.php.
ilObjectCommonSettings::storePropertyTitleAndIconVisibility | ( | TitleAndIconVisibility | $property_title_and_icon_visibility | ) |
Definition at line 52 of file class.ilObjectCommonSettings.php.
Definition at line 35 of file class.ilObjectCommonSettings.php.
Referenced by legacyForm().