class SummaryResult extends BaseResult

Class SummaryResult.

Properties

protected bool $success from BaseResult
protected Error $error from BaseResult
protected string $ticket

Methods

__construct()

BaseResult constructor.

bool|null
isSuccess()

No description

setSuccess(bool|null $success)

No description

Error|null
getError()

No description

setError(Error|null $error)

No description

string|null
getTicket()

No description

setTicket(string|null $ticket)

No description

Details

in BaseResult at line 31
__construct()

BaseResult constructor.

in BaseResult at line 39
bool|null isSuccess()

Return Value

bool|null

in BaseResult at line 49
BaseResult setSuccess(bool|null $success)

Parameters

bool|null $success

Return Value

BaseResult

in BaseResult at line 59
Error|null getError()

Return Value

Error|null

in BaseResult at line 69
BaseResult setError(Error|null $error)

Parameters

Error|null $error

Return Value

BaseResult

at line 26
string|null getTicket()

Return Value

string|null

at line 36
SummaryResult setTicket(string|null $ticket)

Parameters

string|null $ticket

Return Value

SummaryResult