ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
getMatchingClassNames (string $attribute, array $additional_ignore=[], ?string $matching_path=null) | |
isClassMatching (string $attribute, \ReflectionClass $r) | |
![]() | |
__construct () | |
Additional Inherited Members | |
![]() | |
genericGetMatchingClassNames (callable $is_matching, array $additional_ignore=[], ?string $matching_path=null) | |
The matcher finds the class names implementing the given interface, while ignoring paths in self::$ignore and and the additional patterns provided. More... | |
getAllClassNames (array $additional_ignore, ?string $matching_path=null) | |
![]() | |
string | $root |
array | $ignore |
array | $classmap = null |
Definition at line 26 of file UsageOfAttributeFinder.php.
ILIAS\Setup\UsageOfAttributeFinder::getMatchingClassNames | ( | string | $attribute, |
array | $additional_ignore = [] , |
||
?string | $matching_path = null |
||
) |
Definition at line 28 of file UsageOfAttributeFinder.php.
References $r, ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from(), ILIAS\Setup\AbstractOfFinder\genericGetMatchingClassNames(), and ILIAS\Setup\UsageOfAttributeFinder\isClassMatching().
ILIAS\Setup\UsageOfAttributeFinder::isClassMatching | ( | string | $attribute, |
\ReflectionClass | $r | ||
) |
Definition at line 40 of file UsageOfAttributeFinder.php.
Referenced by ILIAS\Setup\UsageOfAttributeFinder\getMatchingClassNames().