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

  • Rectangle

Interfaces

  • Component
  • Overview
  • Namespace
  • Class

Interface Component

A UI component that can be rendered on the I/O.

Direct known implementers

Webmozart\Console\UI\Component\EmptyLine, Webmozart\Console\UI\Component\ExceptionTrace, Webmozart\Console\UI\Component\Grid, Webmozart\Console\UI\Component\LabeledParagraph, Webmozart\Console\UI\Component\NameVersion, Webmozart\Console\UI\Component\Paragraph, Webmozart\Console\UI\Component\Table, Webmozart\Console\UI\Help\AbstractHelp, Webmozart\Console\UI\Layout\BlockLayout

Indirect known implementers

Webmozart\Console\UI\Help\ApplicationHelp, Webmozart\Console\UI\Help\CommandHelp
Namespace: Webmozart\Console\UI
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at UI/Component.php
Methods summary
public
# render( Webmozart\Console\Api\IO\IO $io, integer $indentation = 0 )

Renders the component.

Renders the component.

Parameters

$io
The I/O.
$indentation
The number of spaces to indent.
Webmozart Console API API documentation generated by ApiGen