PHP 클래스 Horde_Autoloader_ClassPathMapper_Application, horde

저자: Bob Mckee ([email protected])
저자: Chuck Hagenbuch ([email protected])
상속: implements Horde_Autoloader_ClassPathMapper
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_appDir string
$_mappings array

공개 메소드들

메소드 설명
__construct ( string $appDir ) Constructor.
__toString ( ) : string String representation of class.
addMapping ( string $classSuffix, string $subDir )
mapToPath ( $className )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $appDir )
$appDir string

__toString() 공개 메소드

String representation of class.
public __toString ( ) : string
리턴 string

addMapping() 공개 메소드

public addMapping ( string $classSuffix, string $subDir )
$classSuffix string
$subDir string

mapToPath() 공개 메소드

public mapToPath ( $className )

프로퍼티 상세

$_appDir 보호되어 있는 프로퍼티

protected string $_appDir
리턴 string

$_mappings 보호되어 있는 프로퍼티

protected array $_mappings
리턴 array