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

  • SystemCommand
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class SystemCommand

System command.

Direct known subclasses

Contrib\Component\System\Git\GitCommand
Abstract
Namespace: Contrib\Component\System
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Component/System/SystemCommand.php
Methods summary
public array
# execute( )

Execute command.

Execute command.

Returns

array
protected array
# executeCommand( string $command )

Execute command.

Execute command.

Parameters

$command
string
$command

Returns

array

Throws

RuntimeException
protected string
# createCommand( string $args = null )

Create command.

Create command.

Parameters

$args
string
$args Command arguments.

Returns

string
public
# setCommandPath( string $commandPath )

Set command path.

Set command path.

Parameters

$commandPath
string
$commandPath Command name or path.
public string
# getCommandPath( )

Return command path.

Return command path.

Returns

string
Properties summary
protected string $commandPath
#

Command name or path.

Command name or path.

php-coveralls API documentation generated by ApiGen 2.8.0