Exemplo n.º 1
0
 function output($template = 'tag', $backup_path = null)
 {
     if ($this->hasMethod(__FUNCTION__)) {
         return $this->override(__FUNCTION__, array($template, $backup_path));
     }
     parent::output($template, array('tag' => $this), 'content', $backup_path);
 }
Exemplo n.º 2
0
 function output($template = 'thread', $backup_path = null)
 {
     parent::output($template, array('thread' => $this), 'messages', $backup_path);
 }