ClassLoader::findFile( string $class )

Finds the path to the file where the class is defined.


Parameters Parameters

$class

(Required) The name of the class


Top ↑

Return Return

(string|false) The path if found, false otherwise


Top ↑

Source Source

File: vendor/composer/ClassLoader.php