|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest:
Collaboration diagram for ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest:Data Fields | |
| array | $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 | |
| string | $root |
| array | $ignore |
| array | $classmap = null |
Definition at line 26 of file ImplementationOfInterfaceFinderTest.php.
|
protected |
| string[] | $additional_ignore |
Reimplemented from ILIAS\Setup\ImplementationOfInterfaceFinder.
Definition at line 30 of file ImplementationOfInterfaceFinderTest.php.
References $name.
| array ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest::$class_names = [] |
Definition at line 28 of file ImplementationOfInterfaceFinderTest.php.