|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilObjectService:
Collaboration diagram for ilObjectService:Public Member Functions | |
| __construct (ilLanguage $lng, ilSetting $settings, \ILIAS\Filesystem\Filesystems $filesystem, \ILIAS\FileUpload\FileUpload $upload) | |
| Constructor. More... | |
| language () | |
| Get language object. More... | |
| settings () | |
| Get settings object. More... | |
| filesystem () | |
| Get filesystems. More... | |
| upload () | |
| Get filesystems. More... | |
| commonSettings () | |
Get common settings subservice.
| |
| commonSettings () | |
| Get common settings subservice. More... | |
Protected Attributes | |
| $lng | |
| $settings | |
| $filesystem | |
Object service.
Definition at line 11 of file class.ilObjectService.php.
| ilObjectService::__construct | ( | ilLanguage | $lng, |
| ilSetting | $settings, | ||
| \ILIAS\Filesystem\Filesystems | $filesystem, | ||
| \ILIAS\FileUpload\FileUpload | $upload | ||
| ) |
Constructor.
| ilLanguage | $lng |
Definition at line 34 of file class.ilObjectService.php.
References $filesystem, $lng, $settings, filesystem(), settings(), and upload().
Here is the call graph for this function:| ilObjectService::commonSettings | ( | ) |
Get common settings subservice.
Implements ilObjectServiceInterface.
Definition at line 83 of file class.ilObjectService.php.
| ilObjectService::filesystem | ( | ) |
Get filesystems.
Definition at line 66 of file class.ilObjectService.php.
References $filesystem.
Referenced by __construct().
Here is the caller graph for this function:| ilObjectService::language | ( | ) |
Get language object.
Definition at line 47 of file class.ilObjectService.php.
References $lng.
| ilObjectService::settings | ( | ) |
Get settings object.
Definition at line 57 of file class.ilObjectService.php.
References $settings.
Referenced by __construct().
Here is the caller graph for this function:| ilObjectService::upload | ( | ) |
Get filesystems.
Definition at line 75 of file class.ilObjectService.php.
Referenced by __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 18 of file class.ilObjectService.php.
Referenced by __construct(), and language().
|
protected |
Definition at line 23 of file class.ilObjectService.php.
Referenced by __construct(), and settings().