PHP Class Horde_Autoloader_ClassPathMapper_PrefixString, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Horde_Autoloader_ClassPathMapper
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( string $prefix, string $includePath ) Constructor
mapToPath ( $className )

Protected Methods

Method Description
_ipos ( string $haystack, string $needle ) : integer Locale independant stripos() implementation.

Method Details

__construct() public method

Constructor
public __construct ( string $prefix, string $includePath )
$prefix string Prefix.
$includePath string Include path.

_ipos() protected method

Locale independant stripos() implementation.
protected _ipos ( string $haystack, string $needle ) : integer
$haystack string The string to search through.
$needle string The string to search for.
return integer The position of first case-insensitive occurrence.

mapToPath() public method

public mapToPath ( $className )