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

  • BarBucCommand
  • Foo1Command
  • Foo2Command
  • Foo3Command
  • Foo4Command
  • Foo5Command
  • Foo6Command
  • FoobarCommand
  • FooCommand
  • FooSubnamespaced1Command
  • FooSubnamespaced2Command
  • TestCommand

Functions

  • afterEach
  • beforeEach
  • context
  • describe
  • fcontext
  • fdescribe
  • fit
  • it
  • xcontext
  • xdescribe
  • xit
  • Overview
  • Namespace
  • Class

Class Foo5Command

Base class for all commands.

Symfony\Component\Console\Command\Command
Extended by Foo5Command
Author: Fabien Potencier fabien@symfony.com
Located at Tests/Fixtures/Foo5Command.php
Methods summary
public
# __construct( string|null $name,… )

Constructor.

Constructor.

Parameters

$name,…
The name of the command; passing null means it must be set in configure()

Throws

LogicException
When the command name is empty

Overrides

Symfony\Component\Console\Command\Command::__construct()
Methods inherited from Symfony\Component\Console\Command\Command
addArgument(), addOption(), addUsage(), asText(), asXml(), configure(), execute(), getAliases(), getApplication(), getDefinition(), getDescription(), getHelp(), getHelper(), getHelperSet(), getName(), getNativeDefinition(), getProcessedHelp(), getSynopsis(), getUsages(), ignoreValidationErrors(), initialize(), interact(), isEnabled(), mergeApplicationDefinition(), run(), setAliases(), setApplication(), setCode(), setDefinition(), setDescription(), setHelp(), setHelperSet(), setName(), setProcessTitle()
Peridot API documentation generated by ApiGen