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

  • ArgvArgs
  • DefaultArgsParser
  • StringArgs
  • TokenParser
  • Overview
  • Namespace
  • Class

Class TokenParser

Parses tokens from a string passed to Webmozart\Console\Args\StringArgs.

Namespace: Webmozart\Console\Args
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Args/TokenParser.php
Methods summary
public array
# parseTokens( string $string )

Parses the tokens from the given string.

Parses the tokens from the given string.

Parameters

$string
The console arguments string.

Returns

array
The tokens.
Webmozart Console API API documentation generated by ApiGen