ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjectCommonSettings.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{
16 protected $service;
17
22 {
23 $this->service = $service;
24 }
25
30 {
31 return new ilObjectTileImageFactory($this->service);
32 }
33
38 {
39 return new ilObjectCommonSettingFormAdapter($this->service, $object, $form);
40 }
41}
An exception for terminatinating execution or to throw for unit testing.
Common settings for objects.
__construct(ilObjectService $service)
Constructor.
tileImage()
Tile image subservice.Tile images are used in deck of cards view of repository containers....
legacyForm(ilPropertyFormGUI $form, ilObject $object)
Get form adapter (currently only for legacy form using ilPropertyFormGUI) for adding and saving commo...
Class ilObject Basic functions for all objects.
This class represents a property form user interface.