|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ILIAS\Setup\ImplementationOfInterfaceFinder:Public Member Functions | |
| __construct (string $interface) | |
| getMatchingClassNames () | |
Private Member Functions | |
| getAllClassNames () | |
Private Attributes | |
| $interface = "" | |
| $ignore | |
Definition at line 10 of file ImplementationOfInterfaceFinder.php.
| ILIAS\Setup\ImplementationOfInterfaceFinder::__construct | ( | string | $interface | ) |
Definition at line 33 of file ImplementationOfInterfaceFinder.php.
References ILIAS\Setup\ImplementationOfInterfaceFinder\getAllClassNames().
Here is the call graph for this function:
|
private |
Definition at line 40 of file ImplementationOfInterfaceFinder.php.
References ILIAS\Setup\ImplementationOfInterfaceFinder\$ignore.
Referenced by ILIAS\Setup\ImplementationOfInterfaceFinder\__construct(), and ILIAS\Setup\ImplementationOfInterfaceFinder\getMatchingClassNames().
Here is the caller graph for this function:| ILIAS\Setup\ImplementationOfInterfaceFinder::getMatchingClassNames | ( | ) |
Definition at line 70 of file ImplementationOfInterfaceFinder.php.
References Vendor\Package\$e, and ILIAS\Setup\ImplementationOfInterfaceFinder\getAllClassNames().
Here is the call graph for this function:
|
private |
Definition at line 20 of file ImplementationOfInterfaceFinder.php.
Referenced by ILIAS\Setup\ImplementationOfInterfaceFinder\getAllClassNames().
|
private |
Definition at line 16 of file ImplementationOfInterfaceFinder.php.