Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FakeAttributeMetadataInterface.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
9 
14 {
18  const ATTRIBUTE_CODE = 'attribute_code';
19  const STORE_LABEL = 'store_label';
20  const FRONTEND_LABEL = 'frontend_label';
21  const NOTE = 'note';
29  public function getStoreLabel();
30 
37  public function setStoreLabel($storeLabel);
38 
44  public function getFrontendLabel();
45 
52  public function setFrontendLabel($frontendLabel);
53 
59  public function getNote();
60 
67  public function setNote($note);
68 }
$note
Definition: element.phtml:13