ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
◀ 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 29 2026 23:04:44 for ILIAS by
1.9.4 (using
Doxyfile
)