ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 |
const MAGPIE_CACHE_AGE 900 |
Definition at line 10 of file class.ilExternalFeed.php.
Referenced by ilExternalFeed\checkCacheHit().
const MAGPIE_CACHE_DIR ILIAS_DATA_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_DEBUG false |
Definition at line 11 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.
Referenced by ilExternalFeed\checkCacheHit().