private function fetchBanners()
 {
     return FeaturedChannel::fetchBanners(null, null, array("length" => $this->nbItems, "offset" => 0), true);
 }
 /**
  * @return bool
  */
 public static function clusterHasFeaturedChannel()
 {
     return FeaturedChannel::clusterHasChannel();
 }
 public function htmlBuildResult ()
 {
     $this->pushResult("banners", FeaturedChannel::fetchBanners(null, null, null, true));
 }