ClassLoader::findClass PHP Method

findClass() public method

Returns the path for the class, if any
public findClass ( string $name ) : string | null
$name string
return string | null
    public function findClass($name);