ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Repository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23interface Repository
24{
31 public function getActivitiesByName(string $name_matcher, ?ActivityType $type = null, ?Range $range = null): \Iterator;
32}
A simple class to express a naive range of whole positive numbers.
Definition: Range.php:29
getActivitiesByName(string $name_matcher, ?ActivityType $type=null, ?Range $range=null)
Get all activities where the name matches the provided regexp.