PHP 클래스 TheSeer\phpDox\Factory

상속: implements TheSeer\phpDox\FactoryInterface
파일 보기 프로젝트 열기: theseer/phpdox 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( TheSeer\phpDox\FileInfo $home, Version $version )
activateSilentMode ( )
getApplication ( ) : Application
getBackendFactory ( ) : mixed
getBootstrap ( ) : Bootstrap
getCLI ( ) : CLI
getCollector ( CollectorConfig $config ) : Collector
getConfigLoader ( ) : ConfigLoader
getConfigSkeleton ( )
getDirectoryCleaner ( ) : TheSeer\phpDox\DirectoryCleaner
getDocblockFactory ( ) : Factory
getDocblockParser ( ) : mixed
getEngineFactory ( ) : mixed
getEnricherFactory ( ) : TheSeer\phpDox\Generator\Generator\Enricher\Factory
getErrorHandler ( ) : ErrorHandler
getGenerator ( ) : Generator
getInheritanceResolver ( ) : InheritanceResolver
getLogger ( ) : TheSeer\phpDox\ProgressLogger
getScanner ( string | array $include, string | array $exclude = NULL ) : mixed | object

비공개 메소드들

메소드 설명
getBootstrapApi ( ) : BootstrapApi
getDirectoryScanner ( ) : TheSeer\DirectoryScanner\DirectoryScanner
getShellProgressLogger ( )
getSilentProgressLogger ( )

메소드 상세

__construct() 공개 메소드

public __construct ( TheSeer\phpDox\FileInfo $home, Version $version )
$home TheSeer\phpDox\FileInfo
$version Version

activateSilentMode() 공개 메소드

public activateSilentMode ( )

getApplication() 공개 메소드

public getApplication ( ) : Application
리턴 Application

getBackendFactory() 공개 메소드

public getBackendFactory ( ) : mixed
리턴 mixed

getBootstrap() 공개 메소드

public getBootstrap ( ) : Bootstrap
리턴 Bootstrap

getCLI() 공개 메소드

public getCLI ( ) : CLI
리턴 CLI

getCollector() 공개 메소드

public getCollector ( CollectorConfig $config ) : Collector
$config CollectorConfig
리턴 TheSeer\phpDox\Collector\Collector

getConfigLoader() 공개 메소드

public getConfigLoader ( ) : ConfigLoader
리턴 ConfigLoader

getConfigSkeleton() 공개 메소드

public getConfigSkeleton ( )

getDirectoryCleaner() 공개 메소드

public getDirectoryCleaner ( ) : TheSeer\phpDox\DirectoryCleaner
리턴 TheSeer\phpDox\DirectoryCleaner

getDocblockFactory() 공개 메소드

public getDocblockFactory ( ) : Factory
리턴 TheSeer\phpDox\DocBlock\Factory

getDocblockParser() 공개 메소드

public getDocblockParser ( ) : mixed
리턴 mixed

getEngineFactory() 공개 메소드

public getEngineFactory ( ) : mixed
리턴 mixed

getEnricherFactory() 공개 메소드

public getEnricherFactory ( ) : TheSeer\phpDox\Generator\Generator\Enricher\Factory
리턴 TheSeer\phpDox\Generator\Generator\Enricher\Factory

getErrorHandler() 공개 메소드

public getErrorHandler ( ) : ErrorHandler
리턴 ErrorHandler

getGenerator() 공개 메소드

public getGenerator ( ) : Generator
리턴 TheSeer\phpDox\Generator\Generator

getInheritanceResolver() 공개 메소드

public getInheritanceResolver ( ) : InheritanceResolver
리턴 TheSeer\phpDox\Collector\InheritanceResolver

getLogger() 공개 메소드

public getLogger ( ) : TheSeer\phpDox\ProgressLogger
리턴 TheSeer\phpDox\ProgressLogger

getScanner() 공개 메소드

public getScanner ( string | array $include, string | array $exclude = NULL ) : mixed | object
$include string | array
$exclude string | array
리턴 mixed | object