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

Interface ConsoleOutputInterface

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

Symfony\Component\Console\Output\ConsoleOutputInterface implements Symfony\Component\Console\Output\OutputInterface

Direct known implementers

Symfony\Component\Console\Output\ConsoleOutput
Namespace: Symfony\Component\Console\Output
Author: Dariusz Górecki darek.krk@gmail.com
Located at Output/ConsoleOutputInterface.php
Methods summary
public Symfony\Component\Console\Output\OutputInterface
# getErrorOutput( )

Gets the OutputInterface for errors.

Gets the OutputInterface for errors.

Returns

Symfony\Component\Console\Output\OutputInterface
public
# setErrorOutput( Symfony\Component\Console\Output\OutputInterface $error )

Sets the OutputInterface used for errors.

Sets the OutputInterface used for errors.

Parameters

$error
Methods inherited from Symfony\Component\Console\Output\OutputInterface
getFormatter(), getVerbosity(), isDecorated(), setDecorated(), setFormatter(), setVerbosity(), write(), writeln()
Constants inherited from Symfony\Component\Console\Output\OutputInterface
OUTPUT_NORMAL, OUTPUT_PLAIN, OUTPUT_RAW, VERBOSITY_DEBUG, VERBOSITY_NORMAL, VERBOSITY_QUIET, VERBOSITY_VERBOSE, VERBOSITY_VERY_VERBOSE
Peridot API documentation generated by ApiGen