Exemplo n.º 1
0
 public function addContent(SmartyWrapper $smarty, $tag = false)
 {
     $this->htmlContent[$tag] .= $smarty->fetchAll();
     PWELogger::debug("Content %s [%d]: %s...", $tag, strlen($this->htmlContent[$tag]), substr($this->htmlContent[$tag], 0, 64));
 }
Exemplo n.º 2
0
 /**
  * @todo Implement testFetchAll().
  */
 public function testFetchAll()
 {
     $this->object->setTemplateFile(__FILE__);
     $this->object->fetchAll();
 }