Overview

Namespaces

  • Webmozart
    • Console
      • Adapter
      • Api
        • Application
        • Args
          • Format
        • Command
        • Config
        • Event
        • Formatter
        • IO
        • Resolver
      • Args
      • Config
      • Formatter
      • Handler
        • Help
      • IO
        • InputStream
        • OutputStream
      • Process
      • Resolver
      • UI
        • Alignment
        • Component
        • Help
        • Layout
        • Style
      • Util

Classes

  • DefaultApplicationConfig
  • Overview
  • Namespace
  • Class

Class DefaultApplicationConfig

The default application configuration.

Webmozart\Console\Api\Config\Config
Extended by Webmozart\Console\Api\Config\ApplicationConfig
Extended by Webmozart\Console\Config\DefaultApplicationConfig
Namespace: Webmozart\Console\Config
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Config/DefaultApplicationConfig.php
Methods summary
protected
# configure( )

Adds the default configuration.

Adds the default configuration.

Overrides

Webmozart\Console\Api\Config\Config::configure()
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 )
public
# resolveHelpCommand( Webmozart\Console\Api\Event\PreResolveEvent $event )
public
# printVersion( Webmozart\Console\Api\Event\PreHandleEvent $event )
Methods inherited from Webmozart\Console\Api\Config\ApplicationConfig
__construct(), addCommandConfig(), addCommandConfigs(), addEventListener(), addEventSubscriber(), addStyle(), addStyles(), beginCommand(), create(), editCommand(), getCommandConfig(), getCommandConfigs(), getCommandResolver(), getDefaultDisplayName(), getDisplayName(), getEventDispatcher(), getHelp(), getIOFactory(), getName(), getStyleSet(), getVersion(), hasCommandConfig(), hasCommandConfigs(), isDebug(), isExceptionCaught(), isTerminatedAfterRun(), removeEventListener(), removeEventSubscriber(), removeStyle(), setCatchExceptions(), setCommandConfigs(), setCommandResolver(), setDebug(), setDisplayName(), setEventDispatcher(), setHelp(), setIOFactory(), setName(), setStyleSet(), setTerminateAfterRun(), setVersion()
Methods inherited from Webmozart\Console\Api\Config\Config
addArgument(), addOption(), disableLenientArgsParsing(), enableLenientArgsParsing(), getArgsParser(), getArguments(), getDefaultArgsParser(), getDefaultHandler(), getDefaultHandlerMethod(), getDefaultHelperSet(), getDefaultLenientArgsParsing(), getHandler(), getHandlerMethod(), getHelperSet(), getOptions(), isLenientArgsParsingEnabled(), setArgsParser(), setHandler(), setHandlerMethod(), setHelperSet()
Webmozart Console API API documentation generated by ApiGen