Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StaticAvailabilityChecker.php
Go to the documentation of this file.
1 <?php
7 
15 {
19  private $value;
20 
25  public function __construct(bool $value = true)
26  {
27  $this->value = $value;
28  }
29 
34  public function isAvailable(): bool
35  {
36  return $this->value;
37  }
38 }
$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