function xautoload_ClassLoader_Interface::findFile in X Autoload 7.3
For compatibility, it is possible to use the class loader as a finder.
Parameters
string $class: The class to find.
Return value
string File where the class is assumed to be.
1 method overrides xautoload_ClassLoader_Interface::findFile()
- xautoload_ClassLoader_NoCache::findFile in lib/
ClassLoader/ NoCache.php  - For compatibility, it is possible to use the class loader as a finder.
 
File
- lib/
ClassLoader/ Interface.php, line 39  
Class
- xautoload_ClassLoader_Interface
 - Behaves mostly like the Symfony ClassLoader classes.
 
Code
function findFile($class);