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

  • DescriptorApplication1
  • DescriptorApplication2
  • DescriptorCommand1
  • DescriptorCommand2
  • DummyOutput
  • Overview
  • Namespace
  • Class

Class DummyOutput

Dummy output.

Symfony\Component\Console\Output\Output implements Symfony\Component\Console\Output\OutputInterface
Extended by Symfony\Component\Console\Output\BufferedOutput
Extended by Symfony\Component\Console\Tests\Fixtures\DummyOutput
Namespace: Symfony\Component\Console\Tests\Fixtures
Author: Kévin Dunglas dunglas@gmail.com
Located at Tests/Fixtures/DummyOutput.php
Methods summary
public array
# getLogs( )

Returns

array
Methods inherited from Symfony\Component\Console\Output\BufferedOutput
doWrite(), fetch()
Methods inherited from Symfony\Component\Console\Output\Output
__construct(), getFormatter(), getVerbosity(), isDebug(), isDecorated(), isQuiet(), isVerbose(), isVeryVerbose(), 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