Horde_Autoloader_ClassPathMapper_HordeDevel
in package
implements
Horde_Autoloader_ClassPathMapper
Provides a classmapper that loads Horde libraries from a directory containing the git development source trees of the libraries.
Tags
Interfaces, Classes, Traits and Enums
- Horde_Autoloader_ClassPathMapper
Table of Contents
- PREFIX = 'Horde'
- PREFIX_LEN = 5
- $_libraryPath : string
- Library base path.
- __construct() : mixed
- Constructor
- mapToPath() : mixed
Constants
PREFIX
public
mixed
PREFIX
= 'Horde'
PREFIX_LEN
public
mixed
PREFIX_LEN
= 5
Properties
$_libraryPath
Library base path.
private
string
$_libraryPath
Methods
__construct()
Constructor
public
__construct(string $libraryPath) : mixed
Parameters
- $libraryPath : string
-
Library base path.
Return values
mixed —mapToPath()
public
mapToPath(mixed $className) : mixed
Parameters
- $className : mixed