ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ()
 

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 
)

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

References $filesystem, $lng, $settings, $upload, filesystem(), ILIAS\Repository\lng(), settings(), and upload().

+ Here is the call graph for this function:

Member Function Documentation

◆ commonSettings()

ilObjectService::commonSettings ( )

Implements ilObjectServiceInterface.

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

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

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...
+ Here is the caller graph for this function:

◆ filesystem()

ilObjectService::filesystem ( )

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

References $filesystem.

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

53  : Filesystems
54  {
55  return $this->filesystem;
56  }
Class Filesystems.
Definition: Filesystems.php:29
+ Here is the caller graph for this function:

◆ language()

ilObjectService::language ( )

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

References $lng.

43  : ilLanguage
44  {
45  return $this->lng;
46  }

◆ settings()

ilObjectService::settings ( )

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

References $settings.

Referenced by __construct().

48  : ilSetting
49  {
50  return $this->settings;
51  }
+ Here is the caller graph for this function:

◆ upload()

ilObjectService::upload ( )

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

References $upload.

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

58  : FileUpload
59  {
60  return $this->upload;
61  }
Class FileUpload.
Definition: FileUpload.php:34
+ 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: