Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeOptionLabelInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Eav\Api\Data;
8 
15 {
16  const LABEL = 'label';
17 
18  const STORE_ID = 'store_id';
19 
25  public function getStoreId();
26 
33  public function setStoreId($storeId);
34 
40  public function getLabel();
41 
48  public function setLabel($label);
49 }
$label
Definition: details.phtml:21