| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilObjectCommonSettings: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().
 Here is the call graph for this function:| 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.
      
  | 
  private | 
Definition at line 34 of file class.ilObjectCommonSettings.php.
Referenced by legacyForm().