Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Short.php
Go to the documentation of this file.
1 <?php
7 declare(strict_types=1);
8 
10 
13 
15 {
19  public function getOperationsList()
20  {
21  return $this->getData(self::OPERATIONS_LIST);
22  }
23 
27  public function setOperationsList($operationStatusList)
28  {
29  return $this->setData(self::OPERATIONS_LIST, $operationStatusList);
30  }
31 }
getData($key='', $index=null)
Definition: DataObject.php:119
setData($key, $value=null)
Definition: DataObject.php:72