Overview

Packages

  • Autoloader

Classes

  • Horde_Autoloader
  • Horde_Autoloader_ClassPathMapper_Application
  • Horde_Autoloader_ClassPathMapper_Default
  • Horde_Autoloader_ClassPathMapper_Prefix
  • Horde_Autoloader_Default

Interfaces

  • Horde_Autoloader_ClassPathMapper
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Autoloader_ClassPathMapper_Default

Maps classes to paths following the PHP Framework Interop Group PSR-0 reference implementation. Under this guideline, the following rules apply:

Each namespace separator is converted to a DIRECTORY_SEPARATOR when loading from the file system. Each "" character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR. The "" character has no special meaning in the namespace. The fully-qualified namespace and class is suffixed with ".php" when loading from the file system.

Examples: \Doctrine\Common\IsolatedClassLoader => /path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php \namespace\package\Class_Name => /path/to/project/lib/vendor/namespace/package/Class/Name.php \namespace\package_name\Class_Name => /path/to/project/lib/vendor/namespace/package_name/Class/Name.php

Horde_Autoloader_ClassPathMapper_Default implements Horde_Autoloader_ClassPathMapper
Package: Autoloader
Category: Horde
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Autoloader/ClassPathMapper/Default.php
Methods summary
public
# __construct( mixed $includePath )
public
# mapToPath( mixed $className )

Implementation of

Horde_Autoloader_ClassPathMapper::mapToPath()
API documentation generated by ApiGen