Ejemplo n.º 1
0
 public function appendChild(TemplateInterface $template)
 {
     $ref = $this->_getChildViewContainer();
     if ($ref) {
         $ref->append($template->markup());
         return $ref;
     }
     return false;
 }