Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OptionLabel.php
Go to the documentation of this file.
1 <?php
7 
10 
17 {
21  public function getLabel()
22  {
23  return $this->getData(self::LABEL);
24  }
25 
29  public function getStoreId()
30  {
31  return $this->getData(self::STORE_ID);
32  }
33 
40  public function setStoreId($storeId)
41  {
42  return $this->setData(self::STORE_ID, $storeId);
43  }
44 
51  public function setLabel($label)
52  {
53  return $this->setData(self::LABEL, $label);
54  }
55 }
getData($key='', $index=null)
Definition: DataObject.php:119
$label
Definition: details.phtml:21