| 1 | <?php |
||
| 13 | class Block extends AbstractViewHelper |
||
| 14 | { |
||
| 15 | |||
| 16 | /** @var bool */ |
||
| 17 | protected static $tagOpened = false; |
||
| 18 | protected static $content = ''; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Block opening handler |
||
| 22 | * |
||
| 23 | * @param string $name |
||
| 24 | */ |
||
| 25 | public function __invoke(string $name = '') |
||
| 46 | |||
| 47 | public function __destruct() |
||
| 51 | |||
| 52 | } |