ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.InternalDataService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\RootFolder
;
22
27
class
InternalDataService
28
{
29
// protected ...\DataFactory ..._factory;
30
31
public
function
__construct
()
32
{
33
//$this->..._factory = new ...\DataFactory();
34
}
35
36
/*
37
public function ...() : ...\...
38
{
39
return $this->..._factory->...();
40
}*/
41
}
ILIAS\RootFolder\InternalDataService\__construct
__construct()
Definition:
class.InternalDataService.php:31
ILIAS\RootFolder\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:27
ILIAS\RootFolder
Definition:
class.StandardGUIRequest.php:21
components
ILIAS
RootFolder
Service
class.InternalDataService.php
Generated on Sun Aug 31 2025 23:02:09 for ILIAS by
1.8.13 (using
Doxyfile
)