ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilExternalFeed.php File Reference

Go to the source code of this file.

Data Structures

class  ilExternalFeed
 Handles external Feeds via Magpie libaray. More...

Variables

const MAGPIE_DIR = "./Services/Feeds/magpierss/"
const MAGPIE_CACHE_ON = true
const MAGPIE_CACHE_DIR = "./".ILIAS_WEB_DIR."/".CLIENT_ID."/magpie_cache"
const MAGPIE_OUTPUT_ENCODING = "UTF-8"
const MAGPIE_CACHE_AGE = 900

Variable Documentation

const MAGPIE_CACHE_AGE = 900

Definition at line 10 of file class.ilExternalFeed.php.

Referenced by ilExternalFeed\checkCacheHit().

const MAGPIE_CACHE_DIR = "./".ILIAS_WEB_DIR."/".CLIENT_ID."/magpie_cache"

Definition at line 8 of file class.ilExternalFeed.php.

Referenced by ilExternalFeed\checkCacheHit().

const MAGPIE_CACHE_ON = true

Definition at line 7 of file class.ilExternalFeed.php.

const MAGPIE_DIR = "./Services/Feeds/magpierss/"

Definition at line 6 of file class.ilExternalFeed.php.

const MAGPIE_OUTPUT_ENCODING = "UTF-8"

Definition at line 9 of file class.ilExternalFeed.php.