ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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_CACHE_ON (!defined("MAGPIE_DIR")) true
 
const MAGPIE_OUTPUT_ENCODING (defined('ILIAS_DATA_DIR') &&defined('CLIENT_ID')) "UTF-8"
 
const MAGPIE_CACHE_AGE 900
 
const MAGPIE_DEBUG false
 

Variable Documentation

◆ MAGPIE_CACHE_AGE

const MAGPIE_CACHE_AGE 900

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

Referenced by ilExternalFeed\checkCacheHit().

◆ MAGPIE_CACHE_ON

const MAGPIE_CACHE_ON(!defined("MAGPIE_DIR")) true

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

◆ MAGPIE_DEBUG

const MAGPIE_DEBUG false

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

◆ MAGPIE_OUTPUT_ENCODING

const MAGPIE_OUTPUT_ENCODING(defined( 'ILIAS_DATA_DIR') &&defined( 'CLIENT_ID')) "UTF-8"

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

Referenced by ilExternalFeed\checkCacheHit().