ILIAS  release_8 Revision v8.24
ilObjectService Class Reference
+ Inheritance diagram for ilObjectService:
+ Collaboration diagram for ilObjectService:

Public Member Functions

 __construct (ilLanguage $lng, ilSetting $settings, Filesystems $filesystem, FileUpload $upload)
 
 language ()
 
 settings ()
 
 filesystem ()
 
 upload ()
 
 commonSettings ()
 
 commonSettings ()
 

Protected Attributes

ilLanguage $lng
 
ilSetting $settings
 
Filesystems $filesystem
 
FileUpload $upload
 

Detailed Description

Definition at line 24 of file class.ilObjectService.php.

Constructor & Destructor Documentation

◆ __construct()

ilObjectService::__construct ( ilLanguage  $lng,
ilSetting  $settings,
Filesystems  $filesystem,
FileUpload  $upload 
)

Member Function Documentation

◆ commonSettings()

ilObjectService::commonSettings ( )

Implements ilObjectServiceInterface.

Definition at line 63 of file class.ilObjectService.php.

64 {
65 return new ilObjectCommonSettings($this);
66 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

Referenced by ilChatroomFormFactory\getSettingsForm(), ilObjSessionGUI\initForm(), ilObjSessionGUI\saveObject(), and ilObjSessionGUI\updateObject().

+ Here is the caller graph for this function:

◆ filesystem()

ilObjectService::filesystem ( )

Definition at line 53 of file class.ilObjectService.php.

54 {
55 return $this->filesystem;
56 }

References $filesystem.

Referenced by __construct(), and ilObjectTileImage\__construct().

+ Here is the caller graph for this function:

◆ language()

ilObjectService::language ( )

Definition at line 43 of file class.ilObjectService.php.

44 {
45 return $this->lng;
46 }
language handling

References $lng.

◆ settings()

ilObjectService::settings ( )

Definition at line 48 of file class.ilObjectService.php.

48 : ilSetting
49 {
50 return $this->settings;
51 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

References $settings.

Referenced by __construct().

+ Here is the caller graph for this function:

◆ upload()

ilObjectService::upload ( )

Definition at line 58 of file class.ilObjectService.php.

59 {
60 return $this->upload;
61 }

References $upload.

Referenced by __construct(), and ilObjectTileImage\__construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $filesystem

Filesystems ilObjectService::$filesystem
protected

Definition at line 28 of file class.ilObjectService.php.

Referenced by __construct(), and filesystem().

◆ $lng

ilLanguage ilObjectService::$lng
protected

Definition at line 26 of file class.ilObjectService.php.

Referenced by __construct(), and language().

◆ $settings

ilSetting ilObjectService::$settings
protected

Definition at line 27 of file class.ilObjectService.php.

Referenced by __construct(), and settings().

◆ $upload

FileUpload ilObjectService::$upload
protected

Definition at line 29 of file class.ilObjectService.php.

Referenced by __construct(), and upload().


The documentation for this class was generated from the following file: