1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 16:46:30 +02:00

[BridgeAbstract] Mention getInput function

LogMANOriginal
2016-09-09 19:13:53 +02:00
parent 8606deb452
commit 579e0174e9

@@ -132,6 +132,12 @@ RSS elements collected by this function must be stored in the class variable `it
Each RSS element is an associative array that may contain arbitrary keys. Depending on the output format a range of keys is defined. Each RSS element is an associative array that may contain arbitrary keys. Depending on the output format a range of keys is defined.
In order to receive a value for a parameter you specified in `const PARAMETERS`, make use of the `getInput` function:
```PHP
$this->getInput('your input name here');
```
## Items ## Items
The item array is used to store parameter that are collected in the [`collectData`](#the-collectdata-function) function. Following properties are supported by **RSS-Bridge** : The item array is used to store parameter that are collected in the [`collectData`](#the-collectdata-function) function. Following properties are supported by **RSS-Bridge** :