Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | FLAG_PASSED = 'Passed' |
const | FLAG_SEEN = '\Seen' |
const | FLAG_UNSEEN = '\Unseen' |
const | FLAG_ANSWERED = '\Answered' |
const | FLAG_FLAGGED = '\Flagged' |
const | FLAG_DELETED = '\Deleted' |
const | FLAG_DRAFT = '\Draft' |
const | FLAG_RECENT = '\Recent' |
Definition at line 28 of file Storage.php.
const FLAG_ANSWERED = '\Answered' |
Definition at line 35 of file Storage.php.
const FLAG_DELETED = '\Deleted' |
Definition at line 37 of file Storage.php.
const FLAG_DRAFT = '\Draft' |
Definition at line 38 of file Storage.php.
const FLAG_FLAGGED = '\Flagged' |
Definition at line 36 of file Storage.php.
const FLAG_PASSED = 'Passed' |
Definition at line 32 of file Storage.php.
const FLAG_RECENT = '\Recent' |
Definition at line 39 of file Storage.php.
const FLAG_SEEN = '\Seen' |
Definition at line 33 of file Storage.php.
const FLAG_UNSEEN = '\Unseen' |
Definition at line 34 of file Storage.php.