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


Top ↑

Return Return

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


Top ↑

Source Source

File: includes/gateways/stripe/vendor/composer/ClassLoader.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.