Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Null.php
Go to the documentation of this file.
1 <?php
24 #require_once 'Zend/Pdf/Element.php';
25 
26 
36 {
42  public $value;
43 
44 
48  public function __construct()
49  {
50  $this->value = null;
51  }
52 
53 
59  public function getType()
60  {
62  }
63 
64 
71  public function toString($factory = null)
72  {
73  return 'null';
74  }
75 }
toString($factory=null)
Definition: Null.php:71
$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
const TYPE_NULL
Definition: Element.php:39