ILIAS  release_7 Revision v7.30-3-g800a261c036
ILIAS\Tests\Setup\ImplementationOfInterfaceFinderForTest Class Reference
+ 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
 

Detailed Description

Definition at line 10 of file ImplementationOfInterfaceFinderTest.php.

Member Function Documentation

◆ getAllClassNames()

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

Reimplemented from ILIAS\Setup\ImplementationOfInterfaceFinder.

Definition at line 14 of file ImplementationOfInterfaceFinderTest.php.

14 : \Iterator
15 {
16 foreach ($this->class_names as $name) {
17 yield $name;
18 }
19 }
if($format !==null) $name
Definition: metadata.php:230

References $name.

Field Documentation

◆ $class_names

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

Definition at line 12 of file ImplementationOfInterfaceFinderTest.php.


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