示例#1
0
 function __construct()
 {
     $this->tmp = Templater::init();
 }
示例#2
0
文件: Email.php 项目: healeyb/Helium
 /**
  *
  * function: prepareTmp
  * Prepare templating
  * @access public
  * @return Templater
  */
 public function prepareTmp()
 {
     $this->tmp = Templater::init();
     $this->tmpPrior = $this->tmp->currentTemplate();
 }