ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
interface.ilObjectCommonSettingsInterface.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
28
interface
ilObjectCommonSettingsInterface
29
{
35
public
function
legacyForm
(
ilPropertyFormGUI
$form,
ilObject
$object):
ilObjectCommonSettingFormAdapter
;
36
40
public
function
tileImage
():
ilObjectTileImageFactory
;
41
}
ilObjectCommonSettingsInterface\legacyForm
legacyForm(ilPropertyFormGUI $form, ilObject $object)
Get form adapter (currently only for legacy form using ilPropertyFormGUI) for adding and saving commo...
ilObject
ilObjectTileImageFactory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjectTileImageFactory.php:21
ilObjectCommonSettingsInterface\tileImage
tileImage()
Tile image sub service.
ilObjectCommonSettingFormAdapter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjectCommonSettingFormAdapter.php:21
ilPropertyFormGUI
ilObjectCommonSettingsInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilObjectCommonSettingsInterface.php:28
Services
Object
CommonSettings
interfaces
interface.ilObjectCommonSettingsInterface.php
Generated on Mon Sep 1 2025 22:02:40 for ILIAS by
1.8.13 (using
Doxyfile
)