Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BlockInterface.php
Go to the documentation of this file.
1 <?php
12 namespace Magento\Widget\Block;
13 
18 interface BlockInterface
19 {
27  public function addData(array $arr);
28 
40  public function setData($key, $value = null);
41 }
$value
Definition: gender.phtml:16