ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (array $activities) | |
getActivitiesByName (string $name_matcher, ?ActivityType $type=null, ?Range $range=null) | |
Get all activities where the name matches the provided regexp. More... | |
getActivitiesByName (string $name_matcher, ?ActivityType $type=null, ?Range $range=null) | |
Get all activities where the name matches the provided regexp. More... | |
Protected Attributes | |
array | $activities = [] |
Definition at line 23 of file StaticRepository.php.
ILIAS\Component\Activities\StaticRepository::__construct | ( | array | $activities | ) |
array<Activity> | $ativities |
Definition at line 30 of file StaticRepository.php.
References ILIAS\Component\Activities\StaticRepository\$activities.
ILIAS\Component\Activities\StaticRepository::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 |
Implements ILIAS\Component\Activities\Repository.
Definition at line 43 of file StaticRepository.php.
|
protected |
Definition at line 25 of file StaticRepository.php.
Referenced by ILIAS\Component\Activities\StaticRepository\__construct().