PHP 클래스 TheSeer\Autoload\Factory

파일 보기 프로젝트 열기: theseer/autoload 1 사용 예제들

공개 메소드들

메소드 설명
getApplication ( ) : Application
getCLI ( ) : CLI
getCache ( ) : TheSeer\Autoload\Cache
getCollector ( )
getLogger ( )
getParser ( ) : Parser
getPharBuilder ( )
getRenderer ( TheSeer\Autoload\CollectorResult $result ) : AutoloadRenderer | StaticRenderer Helper to get instance of AutoloadRenderer with cli options applied
getScanner ( boolean $filter = TRUE ) : TheSeer\DirectoryScanner\DirectoryScanner Get instance of DirectoryScanner with filter options applied
setConfig ( Config $config )

메소드 상세

getApplication() 공개 메소드

public getApplication ( ) : Application
리턴 Application

getCLI() 공개 메소드

public getCLI ( ) : CLI
리턴 CLI

getCache() 공개 메소드

public getCache ( ) : TheSeer\Autoload\Cache
리턴 TheSeer\Autoload\Cache

getCollector() 공개 메소드

public getCollector ( )

getLogger() 공개 메소드

public getLogger ( )

getParser() 공개 메소드

public getParser ( ) : Parser
리턴 Parser

getPharBuilder() 공개 메소드

public getPharBuilder ( )

getRenderer() 공개 메소드

Helper to get instance of AutoloadRenderer with cli options applied
public getRenderer ( TheSeer\Autoload\CollectorResult $result ) : AutoloadRenderer | StaticRenderer
$result TheSeer\Autoload\CollectorResult
리턴 AutoloadRenderer | StaticRenderer

getScanner() 공개 메소드

Get instance of DirectoryScanner with filter options applied
public getScanner ( boolean $filter = TRUE ) : TheSeer\DirectoryScanner\DirectoryScanner
$filter boolean
리턴 TheSeer\DirectoryScanner\DirectoryScanner

setConfig() 공개 메소드

public setConfig ( Config $config )
$config Config