Overview

Namespaces

  • Evenement
  • None
  • Peridot
    • Console
    • Core
    • Reporter
    • Runner
    • Scope
    • Test
  • Symfony
    • Component
      • Console
        • Command
        • Descriptor
        • Event
        • Exception
        • Formatter
        • Helper
        • Input
        • Logger
        • Output
        • Question
        • Style
        • Tester
        • Tests
          • Command
          • Descriptor
          • Fixtures
          • Formatter
          • Helper
          • Input
          • Logger
          • Output
          • Style
          • Tester

Classes

  • BufferedOutput
  • ConsoleOutput
  • NullOutput
  • Output
  • StreamOutput

Interfaces

  • ConsoleOutputInterface
  • OutputInterface
  • Overview
  • Namespace
  • Class

Namespace Symfony\Component\Console\Output

Classes summary
BufferedOutput
ConsoleOutput ConsoleOutput is the default class for all CLI output. It uses STDOUT.
NullOutput NullOutput suppresses all output.
Output Base class for output classes.
StreamOutput StreamOutput writes the output to a given stream.
Interfaces summary
ConsoleOutputInterface

ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr output stream.

OutputInterface OutputInterface is the interface implemented by all Output classes.
Peridot API documentation generated by ApiGen