ClassFinder
class ClassFinder (View source)
Methods
| array | findClasses(string $directory) Find all the class and interface names in a given directory. | |
| string|null | findClass(string $path) Extract the class name from the file at the given path. |
ClassFinder
class ClassFinder (View source)
| array | findClasses(string $directory) Find all the class and interface names in a given directory. | |
| string|null | findClass(string $path) Extract the class name from the file at the given path. |
Please login to continue.