Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MessageInterface.php
Go to the documentation of this file.
1 <?php
10 
20 {
21  const SEVERITY_CRITICAL = 1;
22 
23  const SEVERITY_MAJOR = 2;
24 
25  const SEVERITY_MINOR = 3;
26 
27  const SEVERITY_NOTICE = 4;
28 
34  public function getIdentity();
35 
41  public function isDisplayed();
42 
48  public function getText();
49 
55  public function getSeverity();
56 }