|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Component\Activities\Repository:
Collaboration diagram for ILIAS\Component\Activities\Repository:Public Member Functions | |
| getActivitiesByName (string $name_matcher, ?ActivityType $type=null, ?Range $range=null) | |
| Get all activities where the name matches the provided regexp. More... | |
Definition at line 23 of file Repository.php.
| ILIAS\Component\Activities\Repository::getActivitiesByName | ( | string | $name_matcher, |
| ?ActivityType | $type = null, |
||
| ?Range | $range = null |
||
| ) |
Get all activities where the name matches the provided regexp.
| string | $name_matcher | as preg_match can understand |
Implemented in ILIAS\Component\Activities\StaticRepository.