Class RSSCache

Description

Located in /util/magpie/rss_cache.inc (line 19)


	
			
Variable Summary
mixed $BASE_CACHE
mixed $ERROR
mixed $MAX_AGE
Method Summary
RSSCache RSSCache ([ $base = ''], [ $age = ''])
void cache_age ( $cache_key)
void check_cache ( $url)
void debug ( $debugmsg, [ $lvl = E_USER_NOTICE])
void error ( $errormsg, [ $lvl = E_USER_WARNING])
void file_name ( $url)
void get ( $url)
void serialize ( $rss)
void set ( $url,  $rss)
void unserialize ( $data)
Variables
mixed $BASE_CACHE = './cache' (line 20)
mixed $ERROR = "" (line 22)
mixed $MAX_AGE = 3600 (line 21)
Methods
Constructor RSSCache (line 24)
RSSCache RSSCache ([ $base = ''], [ $age = ''])
  • $base
  • $age
cache_age (line 137)
void cache_age ( $cache_key)
  • $cache_key
check_cache (line 113)
void check_cache ( $url)
  • $url
debug (line 192)
void debug ( $debugmsg, [ $lvl = E_USER_NOTICE])
  • $debugmsg
  • $lvl
error (line 178)
void error ( $errormsg, [ $lvl = E_USER_WARNING])
  • $errormsg
  • $lvl
file_name (line 169)
void file_name ( $url)
  • $url
get (line 77)
void get ( $url)
  • $url
serialize (line 152)
void serialize ( $rss)
  • $rss
set (line 51)
void set ( $url,  $rss)
  • $url
  • $rss
unserialize (line 159)
void unserialize ( $data)
  • $data

Documentation generated on Fri, 1 Jun 2007 16:51:45 +0200 by phpDocumentor 1.3.2