예제 #1
0
 public function init()
 {
     if (null !== $this->cache) {
         $this->cache = Instance::ensure($this->cache, Cache::className());
     }
     parent::init();
 }
예제 #2
0
파일: Getui.php 프로젝트: hughcube/apppush
 public function init()
 {
     parent::init();
     $this->iGeTui = new IGeTui($this->host, $this->appKey, $this->masterSecret);
 }