ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct () | |
Protected Member Functions | |
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) | |
Protected Attributes | |
string | $root |
array | $ignore |
array | $classmap = null |
Definition at line 28 of file AbstractOfFinder.php.
ILIAS\Setup\AbstractOfFinder::__construct | ( | ) |
Definition at line 66 of file AbstractOfFinder.php.
|
protected |
The matcher finds the class names implementing the given interface, while ignoring paths in self::$ignore and and the additional patterns provided.
Patterns are regexps (without delimiters) to define complete paths on the filesystem to be ignored or selected.
callable | $is_matching | which takes a \ReflectionClass as argument and returns a bool if the class is matching your criteria. |
string[] | $additional_ignore | |
string | null | $matching_path |
Definition at line 86 of file AbstractOfFinder.php.
References Vendor\Package\$e.
Referenced by ILIAS\Tests\Setup\TestAbstractOfFinder\getMatchingClassNames().
|
protected |
string[] | $additional_ignore |
Reimplemented in ILIAS\Tests\Setup\TestAbstractOfFinder.
Definition at line 106 of file AbstractOfFinder.php.
References $path.
|
protected |
Definition at line 64 of file AbstractOfFinder.php.
|
protected |
Definition at line 35 of file AbstractOfFinder.php.
|
protected |
Definition at line 30 of file AbstractOfFinder.php.