class HostnamePort extends Specification

HostnameSpecification

Properties

protected string $staplerClass from Specification
protected string $kind from Specification
protected string $includes
protected string $excludes

Methods

__construct()

Neue Instanz

string
getStaplerClass()

getStaplerClass

string
getKind()

getKind

string
asJSON()

Json

array
toArray()

toArray

string
getIncludes()

Includes

string
getExcludes()

Excludes

setIncludes(string $includes)

Includes

setExcludes(string $excludes)

Excludes

Details

at line 50
__construct()

Neue Instanz

in Specification at line 61
string getStaplerClass()

getStaplerClass

Return Value

string

in Specification at line 70
string getKind()

getKind

Return Value

string

in Specification at line 79
string asJSON()

Json

Return Value

string Zeichenkette

at line 105
array toArray()

toArray

Return Value

array Array

at line 63
string getIncludes()

Includes

Return Value

string

at line 72
string getExcludes()

Excludes

Return Value

string

at line 83
Domain setIncludes(string $includes)

Includes

Parameters

string $includes

Return Value

Domain

at line 95
Domain setExcludes(string $excludes)

Excludes

Parameters

string $excludes

Return Value

Domain