ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Sat Oct 18 2025 23:03:37 for ILIAS by
1.9.4 (using
Doxyfile
)