Пример #1
0
 /**
  * Set the cache expiration length for all feeds from this manager.
  *
  * @return void
  * @author Jared Lang
  **/
 public static function set_cache_expiration($expire)
 {
     if (is_number($expire)) {
         self::$cache_length = (int) $expire;
     }
 }