|
ILIAS
Release_4_3_x_branch Revision 61807
|
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 |
| 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.