ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest Class Reference
+ 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)
 
- Protected Member Functions inherited from ILIAS\Setup\ImplementationOfInterfaceFinder
 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
 

Detailed Description

Definition at line 26 of file ImplementationOfInterfaceFinderTest.php.

Member Function Documentation

◆ getAllClassNames()

ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest::getAllClassNames ( array  $additional_ignore,
string  $matching_path = null 
)
protected

Definition at line 30 of file ImplementationOfInterfaceFinderTest.php.

References $name.

30  : \Iterator
31  {
32  foreach ($this->class_names as $name) {
33  yield $name;
34  }
35  }
if($format !==null) $name
Definition: metadata.php:247

Field Documentation

◆ $class_names

array ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest::$class_names = []

Definition at line 28 of file ImplementationOfInterfaceFinderTest.php.


The documentation for this class was generated from the following file: