class Notice

Represents a notice related to a graphql Action. This could be a failure, warning, or recoverable query (e.g. "are you sure you want to publish this item?")

Methods

__construct(string $message, int $type, array $ids = [])

Notice constructor.

string
getType()

No description

$this
setType(string $type)

No description

array
getIDs()

No description

$this
setIDs(array $ids)

No description

string
getMessage()

No description

$this
setMessage(string $message)

No description

Details

at line 35
__construct(string $message, int $type, array $ids = [])

Notice constructor.

Parameters

string $message
int $type
array $ids

at line 45
string getType()

Return Value

string

at line 54
$this setType(string $type)

Parameters

string $type

Return Value

$this

at line 64
array getIDs()

Return Value

array

at line 73
$this setIDs(array $ids)

Parameters

array $ids

Return Value

$this

at line 83
string getMessage()

Return Value

string

at line 92
$this setMessage(string $message)

Parameters

string $message

Return Value

$this