Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ElementInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
17 {
25  public function setData(array $data, $scope);
26 
32  public function getData();
33 
39  public function getId();
40 
46  public function getLabel();
47 
53  public function isVisible();
54 
61  public function getAttribute($key);
62 }