Match

A match for a value.

package

Default

Methods

Match constructor

__construct( $match = null) 

Arguments

$match

mixed | null

getAlias

getAlias() : string

Response

string

getDomain

getDomain() : string

Response

string

getLabel

getLabel() : string

Response

string

getType

getType() : string

Response

string

getValue

getValue() : string

Response

string

setAlias

setAlias( $alias) : $this

Arguments

$alias

string

Response

$this

setDomain

setDomain( $domain) : $this

Arguments

$domain

string

Response

$this

setLabel

setLabel( $label) : $this

Arguments

$label

string

Response

$this

setType

setType( $type) : $this

Arguments

$type

string

Response

$this

setValue

setValue( $value) : $this

Arguments

$value

string

Response

$this