ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
trait.RepoServiceBase.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Repository
;
22
23
use
ILIAS\Repository\IRSS\IRSSWrapper
;
24
25
trait RepoServiceBase
26
{
27
public
function
irss(): IRSSWrapper
28
{
29
return
new
IRSSWrapper(
30
new
IRSS\DataService()
31
);
32
}
33
}
ILIAS\Repository\IRSS\IRSSWrapper
Definition:
IRSSWrapper.php:42
ILIAS\Repository
components
ILIAS
Repository
Service
trait.RepoServiceBase.php
Generated on Wed Apr 8 2026 23:05:27 for ILIAS by
1.9.4 (using
Doxyfile
)