ClassLoader::findFile( string $class )
Finds the path to the file where the class is defined.
Parameters Parameters
- $class
-
(Required) The name of the class
Return Return
(string|false) The path if found, false otherwise
Source Source
File: vendor/composer/ClassLoader.php
Expand full source code Collapse full source code View on Github