Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Locked.php
Go to the documentation of this file.
1 <?php
23 #require_once 'Zend/Memory/Container.php';
24 
36 {
42  public $value;
43 
44 
52  public function __construct($value)
53  {
54  $this->value = $value;
55  }
56 
60  public function lock()
61  {
62  /* Do nothing */
63  }
64 
68  public function unlock()
69  {
70  /* Do nothing */
71  }
72 
78  public function isLocked()
79  {
80  return true;
81  }
82 
91  public function &getRef()
92  {
93  return $this->value;
94  }
95 
101  public function touch()
102  {
103  /* Do nothing */
104  }
105 
109  public function destroy()
110  {
111  /* Do nothing */
112  }
113 }
$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