PermittedOptions

Represents a match to allow for inbound and outbound traffic.

package

Default

Methods

PermittedOptions constructor

__construct( $permittedOptions = null) 

Arguments

$permittedOptions

mixed | null

getAddress

getAddress() : string

Response

string

getAddressRegex

getAddressRegex() : string

Response

string

getMatch

getMatch() : array

Response

array

getRequiredAuthority

getRequiredAuthority() : string

Response

string

setAddress

setAddress( $address) : $this

Arguments

$address

string

Response

$this

setAddressRegex

setAddressRegex( $addressRegex) : $this

Arguments

$addressRegex

string

Response

$this

setMatch

setMatch( $match) : $this

Arguments

$match

array

Response

$this

setRequiredAuthority

setRequiredAuthority( $requiredAuthority) : $this

Arguments

$requiredAuthority

string

Response

$this