コード例 #1
0
 public function _construct()
 {
     if (!$this->hasData('template')) {
         $this->setData('template', self::TIMER_SIMPLE_TEMPLATE);
     }
     return parent::_construct();
 }
コード例 #2
0
ファイル: FlipTimer.php プロジェクト: swissup/countdowntimer
 protected function _construct()
 {
     if (!$this->hasData('template')) {
         $this->setData('template', self::TIMER_FLIP_TEMPLATE);
     }
     return parent::_construct();
 }