ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
interface.ilObjectCommonSettingsInterface.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12
interface
ilObjectCommonSettingsInterface
13
{
24
public
function
legacyForm
(
ilPropertyFormGUI
$form
,
ilObject
$object) :
ilObjectCommonSettingFormAdapter
;
25
31
public
function
tileImage
() :
ilObjectTileImageFactory
;
32
}
php
An exception for terminatinating execution or to throw for unit testing.
ilObjectCommonSettingFormAdapter
Common settings form adapter.
Definition:
class.ilObjectCommonSettingsFormAdapter.php:12
ilObjectTileImageFactory
tile image factory
Definition:
class.ilObjectTileImageFactory.php:12
ilObject
Class ilObject Basic functions for all objects.
Definition:
class.ilObject.php:14
ilPropertyFormGUI
This class represents a property form user interface.
Definition:
class.ilPropertyFormGUI.php:48
ilObjectCommonSettingsInterface
Common settings/properties for objects.
Definition:
interface.ilObjectCommonSettingsInterface.php:13
ilObjectCommonSettingsInterface\legacyForm
legacyForm(ilPropertyFormGUI $form, ilObject $object)
Get form adapter (currently only for legacy form using ilPropertyFormGUI) for adding and saving commo...
ilObjectCommonSettingsInterface\tileImage
tileImage()
Tile image subservice.
$form
if(isset($_POST['submit'])) $form
Definition:
registry.edit.php:63
Services
Object
CommonSettings
interfaces
interface.ilObjectCommonSettingsInterface.php
Generated on Thu Oct 2 2025 19:01:54 for ILIAS by
1.9.4 (using
Doxyfile
)