Exemple #1
0
 public function init()
 {
     parent::init();
     if ($this->channels == null) {
         $this->channels = CommonUtility::getCachedChannel();
     }
     if ($this->rootChannels == null) {
         $this->rootChannels = CommonUtility::getRootChannels();
     }
 }