Remote
extends Coveralls
in package
Remote info.
Tags
Table of Contents
Properties
Methods
- __toString() : string
- String expression (convert to json).
- getName() : null|string
- Return remote name.
- getUrl() : null|string
- Return remote URL.
- setName() : $this
- Set remote name.
- setUrl() : $this
- Set remote URL.
- toArray() : array<string|int, mixed>
- Convert to an array.
- onJsonError() : mixed
Properties
$name
Remote name.
protected
null|string
$name
$url
Remote URL.
protected
null|string
$url
Methods
__toString()
String expression (convert to json).
public
__toString() : string
Return values
stringgetName()
Return remote name.
public
getName() : null|string
Return values
null|stringgetUrl()
Return remote URL.
public
getUrl() : null|string
Return values
null|stringsetName()
Set remote name.
public
setName(string $name) : $this
Parameters
- $name : string
-
remote name
Return values
$thissetUrl()
Set remote URL.
public
setUrl(string $url) : $this
Parameters
- $url : string
-
remote URL
Return values
$thistoArray()
Convert to an array.
public
toArray() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>onJsonError()
protected
onJsonError() : mixed