예제 #1
0
 /**
  * Sets the user banners, highest priority to lowest.
  *
  * @param array $banners
  */
 public static function setUserBanners(array $banners)
 {
     self::$_userBanners = $banners;
 }