ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Repository.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Component\Activities
;
22
23
interface
Repository
24
{
31
public
function
getActivitiesByName
(
string
$name_matcher, ?
ActivityType
$type =
null
, ?
Range
$range
=
null
): \Iterator;
32
}
ILIAS\Component\Activities\Repository
Definition:
Repository.php:23
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\Component\Activities
Definition:
Activity.php:21
ILIAS\UI\Implementation\Component\Table\$range
Range $range
Definition:
TableViewControlPagination.php:30
ILIAS\Component\Activities\ActivityType
ActivityType
Definition:
ActivityType.php:23
ILIAS\Component\Activities\Repository\getActivitiesByName
getActivitiesByName(string $name_matcher, ?ActivityType $type=null, ?Range $range=null)
Get all activities where the name matches the provided regexp.
ILIAS\Data\Range
A simple class to express a naive range of whole positive numbers.
Definition:
Range.php:28
components
ILIAS
Component
src
Activities
Repository.php
Generated on Sun Aug 31 2025 23:02:32 for ILIAS by
1.8.13 (using
Doxyfile
)