Example #1
0
 static public function NewWithData($name, $data)
 {
   $template = new Template($name);
   $template->data = $template->_ProcessTemplate($data);
   return $template;
 }