ILIAS  Release_4_0_x_branch Revision 61816
 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 28 of file class.ilExternalFeed.php.

Referenced by ilExternalFeed\checkCacheHit().

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

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

Referenced by ilExternalFeed\checkCacheHit().

const MAGPIE_CACHE_ON = true

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

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

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

const MAGPIE_OUTPUT_ENCODING = "UTF-8"

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