Documentation

Horde_Autoloader_ClassPathMapper

Interface for autoloader class path mappers.

Tags
author

Bob Mckee bmckee@bywires.com

category

Horde

copyright

2008-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

mapToPath()  : mixed
Search for a mapping from class to file path.

Methods

mapToPath()

Search for a mapping from class to file path.

public mapToPath(string $className) : mixed
Parameters
$className : string

Classname to load.

Return values
mixed

Pathname to class, or false if not found.

Search results