ReportOptions

Configures a reporter consisting in a name <code>to</code>, an address <code>at</code> and an optional <code>format</code>.

package

Default

Methods

ReportOptions constructor

__construct( $reportOptions = null) 

Arguments

$reportOptions

mixed | null

getFormat

getFormat() : string

Response

string

getTo

getTo() : string

Response

string

setFormat

setFormat( $format) : $this

Arguments

$format

string

Response

$this

setTo

setTo( $to) : $this

Arguments

$to

string

Response

$this