public function init() { if (null !== $this->cache) { $this->cache = Instance::ensure($this->cache, Cache::className()); } parent::init(); }
public function init() { parent::init(); $this->iGeTui = new IGeTui($this->host, $this->appKey, $this->masterSecret); }