\Horde_Autoloader_ClassPathMapper

Interface for autoloader class path mappers.

Summary

Methods
Constants
mapToPath()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

mapToPath()

mapToPath(string  $className) : mixed

Search for a mapping from class to file path.

Parameters

string $className

Classname to load.

Returns

mixed —

Pathname to class, or false if not found.