Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Value.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
15  private $value;
16 
20  private $metrics;
21 
26  public function __construct($value, $metrics)
27  {
28  $this->value = $value;
29  $this->metrics = $metrics;
30  }
31 
35  public function getValue()
36  {
37  return $this->value;
38  }
39 
43  public function getMetrics()
44  {
45  return $this->metrics;
46  }
47 }
$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