|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest:
Collaboration diagram for ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest:Data Fields | |
| $class_names = [] | |
Protected Member Functions | |
| getAllClassNames (array $additional_ignore, string $matching_path=null) | |
| getAllClassNames (array $additional_ignore, string $matching_path=null) | |
Additional Inherited Members | |
Public Member Functions inherited from ILIAS\Setup\ImplementationOfInterfaceFinder | |
| __construct () | |
| getMatchingClassNames (string $interface, 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... | |
Protected Attributes inherited from ILIAS\Setup\ImplementationOfInterfaceFinder | |
| $root | |
| $ignore | |
| $classmap = null | |
Definition at line 10 of file ImplementationOfInterfaceFinderTest.php.
|
protected |
| string[] | $additional_ignore |
Reimplemented from ILIAS\Setup\ImplementationOfInterfaceFinder.
Definition at line 14 of file ImplementationOfInterfaceFinderTest.php.
References $name.
| ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest::$class_names = [] |
Definition at line 12 of file ImplementationOfInterfaceFinderTest.php.