Beispiel #1
0
 /**
  * Sets RssFeed type
  * 		@param $type - type
  */
 public static function SetType($type = '')
 {
     if ($type) {
         self::$rssType = $type;
     }
 }