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 DescriptorCommand1

Base class for all commands.

Symfony\Component\Console\Command\Command
Extended by Symfony\Component\Console\Tests\Fixtures\DescriptorCommand1
Namespace: Symfony\Component\Console\Tests\Fixtures
Author: Fabien Potencier fabien@symfony.com
Located at Tests/Fixtures/DescriptorCommand1.php
Methods summary
protected
# configure( )

Configures the current command.

Configures the current command.

Overrides

Symfony\Component\Console\Command\Command::configure()
Methods inherited from Symfony\Component\Console\Command\Command
__construct(), addArgument(), addOption(), addUsage(), asText(), asXml(), 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