Exemplo n.º 1
0
 /**
  * @param $textLine
  */
 private function addLineInternal($textLine)
 {
     if ($this->activeBlock !== null) {
         $this->activeBlock[] = $textLine;
     } else {
         $this->parsedTemplate->addTextLine($textLine);
     }
 }