|
ILIAS
release_8 Revision v8.24
|
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 |
Definition at line 24 of file class.ilObjectService.php.
| 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:| ilObjectService::commonSettings | ( | ) |
Implements ilObjectServiceInterface.
Definition at line 63 of file class.ilObjectService.php.
Referenced by ilChatroomFormFactory\getSettingsForm(), ilObjSessionGUI\initForm(), ilObjSessionGUI\saveObject(), and ilObjSessionGUI\updateObject().
Here is the caller graph for this function:| ilObjectService::filesystem | ( | ) |
Definition at line 53 of file class.ilObjectService.php.
References $filesystem.
Referenced by __construct(), and ilObjectTileImage\__construct().
Here is the caller graph for this function:| ilObjectService::language | ( | ) |
| ilObjectService::settings | ( | ) |
Definition at line 48 of file class.ilObjectService.php.
References $settings.
Referenced by __construct().
Here is the caller graph for this function:| ilObjectService::upload | ( | ) |
Definition at line 58 of file class.ilObjectService.php.
References $upload.
Referenced by __construct(), and ilObjectTileImage\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilObjectService.php.
Referenced by __construct(), and filesystem().
|
protected |
Definition at line 26 of file class.ilObjectService.php.
Referenced by __construct(), and language().
|
protected |
Definition at line 27 of file class.ilObjectService.php.
Referenced by __construct(), and settings().
|
protected |
Definition at line 29 of file class.ilObjectService.php.
Referenced by __construct(), and upload().