PHP 클래스 Webmozart\Console\Config\DefaultApplicationConfig

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Webmozart\Console\Api\Config\ApplicationConfig
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
createIO ( Webmozart\Console\Api\Application\Application $application, Webmozart\Console\Api\Args\RawArgs $args, Webmozart\Console\Api\IO\InputStream $inputStream = null, Webmozart\Console\Api\IO\OutputStream $outputStream = null, Webmozart\Console\Api\IO\OutputStream $errorStream = null )
printVersion ( PreHandleEvent $event )
resolveHelpCommand ( PreResolveEvent $event )

보호된 메소드들

메소드 설명
configure ( )

메소드 상세

configure() 보호된 메소드

protected configure ( )

createIO() 공개 메소드

public createIO ( Webmozart\Console\Api\Application\Application $application, Webmozart\Console\Api\Args\RawArgs $args, Webmozart\Console\Api\IO\InputStream $inputStream = null, Webmozart\Console\Api\IO\OutputStream $outputStream = null, Webmozart\Console\Api\IO\OutputStream $errorStream = null )
$application Webmozart\Console\Api\Application\Application
$args Webmozart\Console\Api\Args\RawArgs
$inputStream Webmozart\Console\Api\IO\InputStream
$outputStream Webmozart\Console\Api\IO\OutputStream
$errorStream Webmozart\Console\Api\IO\OutputStream

printVersion() 공개 메소드

public printVersion ( PreHandleEvent $event )
$event Webmozart\Console\Api\Event\PreHandleEvent

resolveHelpCommand() 공개 메소드

public resolveHelpCommand ( PreResolveEvent $event )
$event Webmozart\Console\Api\Event\PreResolveEvent