Searched refs:blocks (Results 1 – 2 of 2) sorted by relevance
37 private $blocks = []; variable in App\\Template\\Context91 return $this->blocks[$name] ?? '';101 $this->blocks[$name] = '';114 if (!isset($this->blocks[$name])) {115 $this->blocks[$name] = '';132 if (!empty($this->blocks[$name])) {133 $this->blocks[$name] .= $content;135 $this->blocks[$name] = $content;
100 ### Appending blocks102 Block content can be appended to existing blocks by the
Completed in 3 milliseconds