aboutsummaryrefslogtreecommitdiff
path: root/docs/05_Bridge_API/03_FeedExpander.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/05_Bridge_API/03_FeedExpander.md')
-rw-r--r--docs/05_Bridge_API/03_FeedExpander.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/05_Bridge_API/03_FeedExpander.md b/docs/05_Bridge_API/03_FeedExpander.md
index 7e72670a..910d1abb 100644
--- a/docs/05_Bridge_API/03_FeedExpander.md
+++ b/docs/05_Bridge_API/03_FeedExpander.md
@@ -93,10 +93,11 @@ class MySiteBridge extends FeedExpander {
const NAME = 'Unnamed bridge';
const URI = '';
const DESCRIPTION = 'No description provided';
- const PARAMETERS = array();
+ const PARAMETERS = [];
const CACHE_TIMEOUT = 3600;
- public function collectData(){
+ public function collectData()
+ {
$this->collectExpandableDatas('your feed URI');
}
}