From 059b6e2fcd2fe889562229ff048e5b0fe8f57b60 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 21:02:49 +0200 Subject: [PATCH] Updated The collectData function (markdown) --- The-collectData-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-collectData-function.md b/The-collectData-function.md index 2e93bd8..e75806e 100644 --- a/The-collectData-function.md +++ b/The-collectData-function.md @@ -2,7 +2,7 @@ The `collectData` function is responsible for collecting data and adding items t # Implementing the `collectData` function -Implementation for the `collectData` function is specific to each bridge. However, there are certain reoccurring elements, described below. RSS-Bridge also provides functions to simplify the process of collecting and parsing HTML data. +Implementation for the `collectData` function is specific to each bridge. However, there are certain reoccurring elements, described below. RSS-Bridge also provides functions to simplify the process of collecting and parsing HTML data (see "Helper Functions" on the sidebar) Elements collected by this function must be stored in `$this->items`. The `items` variable is an array of item elements, each of which is an associative array that may contain arbitrary keys. RSS-Bridge specifies common keys which are used to generate most common feed formats.