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

  • ApplicationAdapter
  • ArgsFormatInputDefinition
  • ArgsInput
  • CommandAdapter
  • FormatterAdapter
  • IOOutput
  • StyleConverter
  • Overview
  • Namespace
  • Class

Class ArgsFormatInputDefinition

Adapts an Webmozart\Console\Api\Args\Format\ArgsFormat instance to Symfony's Symfony\Component\Console\Input\InputDefinition API.

Symfony\Component\Console\Input\InputDefinition
Extended by Webmozart\Console\Adapter\ArgsFormatInputDefinition
Namespace: Webmozart\Console\Adapter
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Adapter/ArgsFormatInputDefinition.php
Methods summary
public
# __construct( Webmozart\Console\Api\Args\Format\ArgsFormat $format )

Creates a new adapter.

Creates a new adapter.

Parameters

$format
The adapted format.
public Webmozart\Console\Api\Args\Format\CommandName[]
# getCommandNamesByArgumentName( )

Returns the command names indexed by their argument names.

Returns the command names indexed by their argument names.

Returns

Webmozart\Console\Api\Args\Format\CommandName[]
The command names.
Webmozart Console API API documentation generated by ApiGen