|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Component\Activities\StaticRepository:
Collaboration diagram for ILIAS\Component\Activities\StaticRepository: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().