__construct() __construct(string $prefix, string $includePath) Constructor Parameters string $prefix Prefix. string $includePath Include path.
mapToPath() mapToPath(string $className) : mixed Search for a mapping from class to file path. Parameters string $className Classname to load. Returns mixed — Pathname to class, or false if not found.
_ipos() _ipos(string $haystack, string $needle) : integer Locale independant stripos() implementation. Parameters string $haystack The string to search through. string $needle The string to search for. Returns integer — The position of first case-insensitive occurrence.