|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getSeverities ($severity=null) | |
| loadLatestNotice () | |
| getNoticeStatus () | |
| parse (array $data) | |
| 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) | |
Public Member Functions inherited from AbstractModel | |
| __construct (\Magento\Framework\Model\Context $context, \Magento\Framework\Registry $registry, \Magento\Framework\Model\ResourceModel\AbstractResource $resource=null, \Magento\Framework\Data\Collection\AbstractDb $resourceCollection=null, array $data=[]) | |
| __sleep () | |
| __wakeup () | |
| setIdFieldName ($name) | |
| getIdFieldName () | |
| getId () | |
| setId ($value) | |
| isDeleted ($isDeleted=null) | |
| hasDataChanges () | |
| setData ($key, $value=null) | |
| unsetData ($key=null) | |
| setDataChanges ($value) | |
| getOrigData ($key=null) | |
| setOrigData ($key=null, $data=null) | |
| dataHasChangedFor ($field) | |
| getResourceName () | |
| getResourceCollection () | |
| getCollection () | |
| load ($modelId, $field=null) | |
| beforeLoad ($identifier, $field=null) | |
| afterLoad () | |
| isSaveAllowed () | |
| setHasDataChanges ($flag) | |
| save () | |
| afterCommitCallback () | |
| isObjectNew ($flag=null) | |
| beforeSave () | |
| validateBeforeSave () | |
| getCacheTags () | |
| cleanModelCache () | |
| afterSave () | |
| delete () | |
| beforeDelete () | |
| afterDelete () | |
| afterDeleteCommit () | |
| getResource () | |
| getEntityId () | |
| setEntityId ($entityId) | |
| clearInstance () | |
| getStoredData () | |
| getEventPrefix () | |
Public Member Functions inherited from DataObject | |
| __construct (array $data=[]) | |
| addData (array $arr) | |
| setData ($key, $value=null) | |
| unsetData ($key=null) | |
| getData ($key='', $index=null) | |
| getDataByPath ($path) | |
| getDataByKey ($key) | |
| setDataUsingMethod ($key, $args=[]) | |
| getDataUsingMethod ($key, $args=null) | |
| hasData ($key='') | |
| toArray (array $keys=[]) | |
| convertToArray (array $keys=[]) | |
| toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
| convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
| toJson (array $keys=[]) | |
| convertToJson (array $keys=[]) | |
| toString ($format='') | |
| __call ($method, $args) | |
| isEmpty () | |
| serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') | |
| debug ($data=null, &$objects=[]) | |
| offsetSet ($offset, $value) | |
| offsetExists ($offset) | |
| offsetUnset ($offset) | |
| offsetGet ($offset) | |
Protected Member Functions | |
| _construct () | |
Protected Member Functions inherited from AbstractModel | |
| _construct () | |
| _init ($resourceModel) | |
| _setResourceModel ($resourceName, $collectionName=null) | |
| _getResource () | |
| _getEventData () | |
| _beforeLoad ($modelId, $field=null) | |
| _afterLoad () | |
| _hasModelChanged () | |
| _getValidatorBeforeSave () | |
| _createValidatorBeforeSave () | |
| _getValidationRulesBeforeSave () | |
| _clearReferences () | |
| _clearData () | |
Protected Member Functions inherited from DataObject | |
| _getData ($key) | |
| _underscore ($name) | |
Additional Inherited Members | |
Protected Attributes inherited from AbstractModel | |
| $_eventPrefix = 'core_abstract' | |
| $_eventObject = 'object' | |
| $_idFieldName = 'id' | |
| $_hasDataChanges = false | |
| $_origData | |
| $_isDeleted = false | |
| $_resource | |
| $_resourceCollection | |
| $_resourceName | |
| $_collectionName | |
| $_cacheTag = false | |
| $_dataSaveAllowed = true | |
| $_isObjectNew = null | |
| $_validatorBeforeSave = null | |
| $_eventManager | |
| $_cacheManager | |
| $_registry | |
| $_logger | |
| $_appState | |
| $_actionValidator | |
| $storedData = [] | |
Protected Attributes inherited from DataObject | |
| $_data = [] | |
Static Protected Attributes inherited from DataObject | |
| static | $_underscoreCache = [] |
AdminNotification Inbox model
@method int getSeverity() @method \Magento\AdminNotification\Model\Inbox setSeverity(int $value) @method string getDateAdded() @method \Magento\AdminNotification\Model\Inbox setDateAdded(string $value) @method string getTitle() @method \Magento\AdminNotification\Model\Inbox setTitle(string $value) @method string getDescription() @method \Magento\AdminNotification\Model\Inbox setDescription(string $value) @method string getUrl() @method \Magento\AdminNotification\Model\Inbox setUrl(string $value) @method int getIsRead() @method \Magento\AdminNotification\Model\Inbox setIsRead(int $value) @method int getIsRemove() @method \Magento\AdminNotification\Model\Inbox setIsRemove(int $value)
@api
| 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 106 of file Inbox.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 139 of file Inbox.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 154 of file Inbox.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 169 of file Inbox.php.
| addNotice | ( | $title, | |
| $description, | |||
$url = '', |
|||
$isInternal = true |
|||
| ) |
Add notice
| string | $title | |
| string|string[] | $description | |
| string | $url | |
| bool | $isInternal |
Implements NotifierInterface.
Definition at line 184 of file Inbox.php.
| getNoticeStatus | ( | ) |
{Retrieve notice statuses
Implements InboxInterface.
Definition at line 78 of file Inbox.php.
| getSeverities | ( | $severity = null | ) |
{Retrieve Severity collection array
| int | null | $severity |
Implements InboxInterface.
Definition at line 46 of file Inbox.php.
| loadLatestNotice | ( | ) |
{Retrieve Latest Notice
Implements InboxInterface.
Definition at line 68 of file Inbox.php.
| parse | ( | array | $data | ) |