示例#1
0
 public function _construct()
 {
     if (!$this->hasData('template')) {
         $this->setData('template', self::TIMER_SIMPLE_TEMPLATE);
     }
     return parent::_construct();
 }
示例#2
0
 protected function _construct()
 {
     if (!$this->hasData('template')) {
         $this->setData('template', self::TIMER_FLIP_TEMPLATE);
     }
     return parent::_construct();
 }