Example #1
0
 protected function renderParagraph($block)
 {
     if ($this->_chapter < 1) {
         $this->introduction .= implode("\n", $block['content']);
     }
     return parent::renderParagraph($block);
 }