PHP 클래스 Vube\VagrantCatalog\Catalog

저자: Ross Perkins ([email protected])
파일 보기 프로젝트 열기: vube/vagrant-catalog 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $baseDir )
buildRoutes ( )
checkConfig ( )
computeBreadcrumb ( $relativePathInfo )
computeConfigFilename ( )
computePathInfo ( )
computeRelativePathInfo ( $pathInfo )
exec ( )
execCatalogRoute ( )
execIndexRoute ( )
getConfig ( )
getConfigFilename ( )
ignoreErrors ( )
init ( )
initRoute ( )
initServerInfo ( )
loadConfig ( )
loadConfigFile ( $file )
parseMetadataTemplate ( $template )
setConfig ( string $n, string $v ) Set a config option (used by tests)
triggerError ( $msg, $type = E_USER_NOTICE )

메소드 상세

__construct() 공개 메소드

public __construct ( $baseDir )

buildRoutes() 공개 메소드

public buildRoutes ( )

checkConfig() 공개 메소드

public checkConfig ( )

computeBreadcrumb() 공개 메소드

public computeBreadcrumb ( $relativePathInfo )

computeConfigFilename() 공개 메소드

computePathInfo() 공개 메소드

public computePathInfo ( )

computeRelativePathInfo() 공개 메소드

public computeRelativePathInfo ( $pathInfo )

exec() 공개 메소드

public exec ( )

execCatalogRoute() 공개 메소드

public execCatalogRoute ( )

execIndexRoute() 공개 메소드

public execIndexRoute ( )

getConfig() 공개 메소드

public getConfig ( )

getConfigFilename() 공개 메소드

public getConfigFilename ( )

ignoreErrors() 공개 메소드

public ignoreErrors ( )

init() 공개 메소드

public init ( )

initRoute() 공개 메소드

public initRoute ( )

initServerInfo() 공개 메소드

public initServerInfo ( )

loadConfig() 공개 메소드

public loadConfig ( )

loadConfigFile() 공개 메소드

public loadConfigFile ( $file )

parseMetadataTemplate() 공개 메소드

public parseMetadataTemplate ( $template )

setConfig() 공개 메소드

Set a config option (used by tests)
public setConfig ( string $n, string $v )
$n string Config key
$v string Value of the config

triggerError() 공개 메소드

public triggerError ( $msg, $type = E_USER_NOTICE )