private function fetchBanners()
 {
     return FeaturedChannel::fetchBanners(null, null, array("length" => $this->nbItems, "offset" => 0), true);
 }
コード例 #2
0
 public function htmlBuildResult ()
 {
     $this->pushResult("banners", FeaturedChannel::fetchBanners(null, null, null, true));
 }