|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getId () | |
| getStatus () | |
| getResultMessage () | |
| getErrorCode () | |
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) | |
Additional Inherited Members | |
Data Fields inherited from ExtensibleDataInterface | |
| const | EXTENSION_ATTRIBUTES_KEY = 'extension_attributes' |
Protected Member Functions inherited from DataObject | |
| _getData ($key) | |
| _underscore ($name) | |
Protected Attributes inherited from DataObject | |
| $_data = [] | |
Static Protected Attributes inherited from DataObject | |
| static | $_underscoreCache = [] |
Class OperationShortDetails
Definition at line 19 of file OperationStatus.php.
| getErrorCode | ( | ) |
@inheritDoc
Implements SummaryOperationStatusInterface.
Definition at line 48 of file OperationStatus.php.
| getId | ( | ) |
@inheritDoc
Implements SummaryOperationStatusInterface.
Definition at line 24 of file OperationStatus.php.
| getResultMessage | ( | ) |
@inheritDoc
Implements SummaryOperationStatusInterface.
Definition at line 40 of file OperationStatus.php.
| getStatus | ( | ) |
@inheritDoc
Implements SummaryOperationStatusInterface.
Definition at line 32 of file OperationStatus.php.