ClassLoader::findFile( string $class )
Finds the path to the file where the class is defined.
Description Description
Parameters Parameters
- $class
-
(Required) The name of the class
Return Return
(string|false) The path if found, false otherwise
Source Source
File: includes/gateways/stripe/vendor/composer/ClassLoader.php