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

  • ConfigEvent
  • ConsoleEvents
  • PreHandleEvent
  • PreResolveEvent
  • Overview
  • Namespace
  • Class

Class ConsoleEvents

Contains all the events supported by this package.

Final
Namespace: Webmozart\Console\Api\Event
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Api/Event/ConsoleEvents.php
Constants summary
string PRE_RESOLVE

Dispatched before console arguments are resolved to a command.

Dispatched before console arguments are resolved to a command.

See

Webmozart\Console\Api\Event\PreResolveEvent
# 'pre-resolve'
string PRE_HANDLE

Dispatched before a command is handled.

Dispatched before a command is handled.

See

Webmozart\Console\Api\Event\PreHandleEvent
# 'pre-handle'
string CONFIG

Dispatched after building the configuration.

Dispatched after building the configuration.

See

Webmozart\Console\Api\Event\ConfigEvent
# 'config'
Webmozart Console API API documentation generated by ApiGen