ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.InternalDataService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Container
;
22
27
class
InternalDataService
28
{
29
protected
Content\DataService
$content_service
;
30
31
public
function
__construct
()
32
{
33
$this->content_service =
new
Content\DataService
();
34
}
35
36
public
function
content
(): Content\DataService
37
{
38
return
$this->content_service
;
39
}
40
}
ILIAS\Container\InternalDataService\__construct
__construct()
Definition:
class.InternalDataService.php:31
ILIAS\Container
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:21
ILIAS\Container\Content\DataService
Definition:
class.DataService.php:27
ILIAS\Container\InternalDataService\content
content()
Definition:
class.InternalDataService.php:36
ILIAS\Container\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:27
ILIAS\Container\InternalDataService\$content_service
Content DataService $content_service
Definition:
class.InternalDataService.php:29
Services
Container
Service
class.InternalDataService.php
Generated on Wed Sep 10 2025 14:10:33 for ILIAS by
1.8.13 (using
Doxyfile
)