[FeedExpander] Add CACHE_TIMEOUT to template

LogMANOriginal 2016-10-02 15:51:15 +02:00
parent 19d26a9982
commit 74f8dbed8c

@ -94,6 +94,7 @@ class MySiteBridge extends FeedExpander {
const URI = '';
const DESCRIPTION = 'No description provided';
const PARAMETERS = array();
const CACHE_TIMEOUT = 3600;
public function collectData(){
$this->collectExpandableDatas('your feed URI');