PHP Class Webmozart\Console\Config\DefaultApplicationConfig

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends Webmozart\Console\Api\Config\ApplicationConfig
Afficher le fichier Open project: webmozart/console Class Usage Examples

Méthodes publiques

Méthode Description
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 )

Méthodes protégées

Méthode Description
configure ( )

Method Details

configure() protected méthode

protected configure ( )

createIO() public méthode

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 méthode

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

resolveHelpCommand() public méthode

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