|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (NotifierList $notifierList) | |
| add ($severity, $title, $description, $url='', $isInternal=true) | |
| addCritical ($title, $description, $url='', $isInternal=true) | |
| addMajor ($title, $description, $url='', $isInternal=true) | |
| addMinor ($title, $description, $url='', $isInternal=true) | |
| addNotice ($title, $description, $url='', $isInternal=true) | |
Protected Attributes | |
| $notifierList | |
Default notifiers. Iterates through all registered notifiers to process message
Class NotifierPool
Definition at line 14 of file NotifierPool.php.
| __construct | ( | NotifierList | $notifierList | ) |
| NotifierList | $notifierList |
Definition at line 24 of file NotifierPool.php.
| add | ( | $severity, | |
| $title, | |||
| $description, | |||
$url = '', |
|||
$isInternal = true |
|||
| ) |
Add new message
| int | $severity | |
| string | $title | |
| string|string[] | $description | |
| string | $url | |
| bool | $isInternal |
Implements NotifierInterface.
Definition at line 40 of file NotifierPool.php.
| addCritical | ( | $title, | |
| $description, | |||
$url = '', |
|||
$isInternal = true |
|||
| ) |
Add critical severity message
| string | $title | |
| string|string[] | $description | |
| string | $url | |
| bool | $isInternal |
Implements NotifierInterface.
Definition at line 57 of file NotifierPool.php.
| addMajor | ( | $title, | |
| $description, | |||
$url = '', |
|||
$isInternal = true |
|||
| ) |
Add major severity message
| string | $title | |
| string|string[] | $description | |
| string | $url | |
| bool | $isInternal |
Implements NotifierInterface.
Definition at line 74 of file NotifierPool.php.
| addMinor | ( | $title, | |
| $description, | |||
$url = '', |
|||
$isInternal = true |
|||
| ) |
Add minor severity message
| string | $title | |
| string|string[] | $description | |
| string | $url | |
| bool | $isInternal |
Implements NotifierInterface.
Definition at line 91 of file NotifierPool.php.
| addNotice | ( | $title, | |
| $description, | |||
$url = '', |
|||
$isInternal = true |
|||
| ) |
Add notice
| string | $title | |
| string|string[] | $description | |
| string | $url | |
| bool | $isInternal |
Implements NotifierInterface.
Definition at line 108 of file NotifierPool.php.
|
protected |
Definition at line 19 of file NotifierPool.php.