Notice
class Notice (View source)
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?")
Properties
protected | string | $noticeType | ||
protected | array | $ids | IDs of records this notice relateds to |
|
protected | string | $message |
Methods
Details
__construct(string $message, int $noticeType, array $ids = [])
Notice constructor.
string
getNoticeType()
No description
$this
setNoticeType(string $noticeType)
No description
array
getIDs()
No description
$this
setIDs(array $ids)
No description
string
getMessage()
No description
$this
setMessage(string $message)
No description