Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AbstractKeyValuePair.php
Go to the documentation of this file.
1 <?php
7 
9 {
15  protected $name;
16 
22  protected $value;
23 
29  public function __construct($name, $value)
30  {
31  $this->name = $name;
32  $this->value = $value;
33  }
34 
41  public function getName()
42  {
43  return $this->name;
44  }
45 
52  public function getValue()
53  {
54  return $this->value;
55  }
56 }
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9