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

  • Commit
  • Git
  • Remote
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Remote

Remote info.

Contrib\Bundle\CoverallsV1Bundle\Entity\Coveralls implements Contrib\Bundle\CoverallsBundle\Entity\ArrayConvertable
Extended by Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote
Namespace: Contrib\Bundle\CoverallsV1Bundle\Entity\Git
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Entity/Git/Remote.php
Methods summary
public array
# toArray( )

Convert to an array.

Convert to an array.

Returns

array

See

Contrib\Bundle\CoverallsBundle\Entity\ArrayConvertable::toArray()
public Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote
# setName( string $name )

Set remote name.

Set remote name.

Parameters

$name
string
$name Remote name.

Returns

Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote
public string
# getName( )

Return remote name.

Return remote name.

Returns

string
public Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote
# setUrl( string $url )

Set remote URL.

Set remote URL.

Parameters

$url
string
$url Remote URL.

Returns

Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote
public string
# getUrl( )

Return remote URL.

Return remote URL.

Returns

string
Methods inherited from Contrib\Bundle\CoverallsV1Bundle\Entity\Coveralls
__toString()
Properties summary
protected string $name
#

Remote name.

Remote name.

protected string $url
#

Remote URL.

Remote URL.

php-coveralls API documentation generated by ApiGen 2.8.0