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_Application

Provides a generic pattern for different mapping types within the application directory.

Horde_Autoloader_ClassPathMapper_Application implements Horde_Autoloader_ClassPathMapper
Package: Autoloader
Category: Horde
Author: Bob Mckee bmckee@bywires.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Autoloader/ClassPathMapper/Application.php
Methods summary
public
# __construct( mixed $appDir )
public
# addMapping( mixed $classSuffix, mixed $subDir )
public
# mapToPath( mixed $className )

Implementation of

Horde_Autoloader_ClassPathMapper::mapToPath()
public
# __toString( )
Constants summary
integer APPLICATION_POS

The following constants are for naming the positions in the regex for easy readability later.

The following constants are for naming the positions in the regex for easy readability later.

# 1
integer ACTION_POS
# 2
integer SUFFIX_POS
# 3
string NAME_SEGMENT
# '([0-9A-Z][0-9A-Za-z]+)+'
API documentation generated by ApiGen