ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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.