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.