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