|
| 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 |
|
◆ getMatchingClassNames()
ILIAS\Setup\ImplementationOfInterfaceFinder::getMatchingClassNames |
( |
string |
$interface, |
|
|
array |
$additional_ignore = [] , |
|
|
?string |
$matching_path = null |
|
) |
| |
Definition at line 30 of file ImplementationOfInterfaceFinder.php.
34 : \Iterator {
37 $additional_ignore,
38 $matching_path
39 );
40 }
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::$ig...
isClassMatching(string $interface, \ReflectionClass $r)
◆ isClassMatching()
ILIAS\Setup\ImplementationOfInterfaceFinder::isClassMatching |
( |
string |
$interface, |
|
|
\ReflectionClass |
$r |
|
) |
| |
The documentation for this class was generated from the following file: