Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2015-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl LGPL-2

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

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
Return values
mixed

Search results