PHP Class Horde_Autoloader_ClassPathMapper_Application, horde

Author: Bob Mckee ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: implements Horde_Autoloader_ClassPathMapper
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_appDir string
$_mappings array

Public Methods

Method Description
__construct ( string $appDir ) Constructor.
__toString ( ) : string String representation of class.
addMapping ( string $classSuffix, string $subDir )
mapToPath ( $className )

Method Details

__construct() public method

Constructor.
public __construct ( string $appDir )
$appDir string

__toString() public method

String representation of class.
public __toString ( ) : string
return string

addMapping() public method

public addMapping ( string $classSuffix, string $subDir )
$classSuffix string
$subDir string

mapToPath() public method

public mapToPath ( $className )

Property Details

$_appDir protected property

protected string $_appDir
return string

$_mappings protected property

protected array $_mappings
return array