mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 00:56:08 +02:00
Updated The collectData function (markdown)
parent
69e8dcf997
commit
059b6e2fcd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue