Horde_Autoloader_ClassPathMapper
in
Interface for autoloader class path mappers.
Tags
Table of Contents
- mapToPath() : mixed
- Search for a mapping from class to file path.
Methods
mapToPath()
Search for a mapping from class to file path.
public
mapToPath(string $className) : mixed
Parameters
- $className : string
-
Classname to load.
Return values
mixed —Pathname to class, or false if not found.