Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 2 of 2) sorted by relevance

/web-bugs/src/Template/
H A DContext.php37 private $blocks = []; variable in App\\Template\\Context
91 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;
/web-bugs/docs/
H A Dtemplates.md100 ### Appending blocks
102 Block content can be appended to existing blocks by the

Completed in 4 milliseconds