ClassLoader::findClass PHP Méthode

findClass() public méthode

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