ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilExternalFeed.php File Reference

Go to the source code of this file.

Data Structures

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

Variables

const MAGPIE_DIR "./Services/Feeds/magpierss/"
 
const MAGPIE_CACHE_ON true
 
const MAGPIE_CACHE_DIR ILIAS_DATA_DIR . "/" . CLIENT_ID . "/magpie_cache"
 
const MAGPIE_OUTPUT_ENCODING "UTF-8"
 
const MAGPIE_CACHE_AGE 900
 
const MAGPIE_DEBUG false
 

Variable Documentation

◆ MAGPIE_CACHE_AGE

const MAGPIE_CACHE_AGE 900

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

Referenced by ilExternalFeed\checkCacheHit().

◆ MAGPIE_CACHE_DIR

const MAGPIE_CACHE_DIR ILIAS_DATA_DIR . "/" . CLIENT_ID . "/magpie_cache"

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

Referenced by ilExternalFeed\checkCacheHit().

◆ MAGPIE_CACHE_ON

const MAGPIE_CACHE_ON true

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

◆ MAGPIE_DEBUG

const MAGPIE_DEBUG false

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

◆ MAGPIE_DIR

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

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

◆ MAGPIE_OUTPUT_ENCODING

const MAGPIE_OUTPUT_ENCODING "UTF-8"

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

Referenced by ilExternalFeed\checkCacheHit().