PHP Class Horde_Autoloader_ClassPathMapper_Application, horde

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

Protected Properties

Свойство Type Description
$_appDir string
$_mappings array

Méthodes publiques

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

Method Details

__construct() public méthode

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

__toString() public méthode

String representation of class.
public __toString ( ) : string
Résultat string

addMapping() public méthode

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

mapToPath() public méthode

public mapToPath ( $className )

Property Details

$_appDir protected_oe property

protected string $_appDir
Résultat string

$_mappings protected_oe property

protected array $_mappings
Résultat array