Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • Application
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Application

Coveralls API application.

Symfony\Component\Console\Application
Extended by Contrib\Bundle\CoverallsBundle\Console\Application
Namespace: Contrib\Bundle\CoverallsBundle\Console
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsBundle/Console/Application.php
Methods summary
public
# __construct( string $rootDir, string $name = 'UNKNOWN', string $version = 'UNKNOWN' )

Constructor.

Constructor.

Parameters

$rootDir
string
$rootDir Path to project root directory.
$name
string
$name The name of the application
$version
string
$version The version of the application

Overrides

Symfony\Component\Console\Application::__construct()
protected string
# getCommandName( Symfony\Component\Console\Input\InputInterface $input )

Gets the name of the command based on input.

Gets the name of the command based on input.

Parameters

$input
Symfony\Component\Console\Input\InputInterface
$input The input interface

Returns

string
The command name

See

Symfony\Component\Console\Application::getCommandName()

Overrides

Symfony\Component\Console\Application::getCommandName()
protected Command[]
# getDefaultCommands( )

Gets the default commands that should always be available.

Gets the default commands that should always be available.

Returns

Command[]
An array of default Command instances

See

Symfony\Component\Console\Application::getDefaultCommands()

Overrides

Symfony\Component\Console\Application::getDefaultCommands()
protected Contrib\Bundle\CoverallsBundle\Console\CoverallsV1JobsCommand
# createCoverallsV1JobsCommand( )

Create CoverallsV1JobsCommand.

Create CoverallsV1JobsCommand.

Returns

Contrib\Bundle\CoverallsBundle\Console\CoverallsV1JobsCommand
public InputDefinition
# getDefinition( )

Gets the InputDefinition related to this Application.

Gets the InputDefinition related to this Application.

Returns

InputDefinition
The InputDefinition instance

See

Symfony\Component\Console\Application::getDefinition()

Overrides

Symfony\Component\Console\Application::getDefinition()
Methods inherited from Symfony\Component\Console\Application
add(), addCommands(), all(), asText(), asXml(), doRun(), find(), findNamespace(), get(), getAbbreviations(), getDefaultHelperSet(), getDefaultInputDefinition(), getHelp(), getHelperSet(), getLongVersion(), getName(), getNamespaces(), getTerminalDimensions(), getTerminalHeight(), getTerminalWidth(), getVersion(), has(), register(), renderException(), run(), setAutoExit(), setCatchExceptions(), setDefinition(), setHelperSet(), setName(), setVersion()
php-coveralls API documentation generated by ApiGen 2.8.0