class ClassFinder implements ClassFinderInterface (View source)

A Utility class that uses active autoloaders to find a file for a class.

Methods

string|null
findFile(string $class)

Finds a class.

Details

string|null findFile(string $class)

Finds a class.

Parameters

string $class

The name of the class.

Return Value

string|null

The name of the class or NULL if not found.