コード例 #1
0
ファイル: RongCloud.php プロジェクト: hughcube/apppush
 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);
 }