From 579e0174e9460f2c774c363720c9c6ea2b8cd2e1 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Fri, 9 Sep 2016 19:13:53 +0200 Subject: [PATCH] [BridgeAbstract] Mention getInput function --- BridgeAbstract.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BridgeAbstract.md b/BridgeAbstract.md index 9633818..1478fad 100644 --- a/BridgeAbstract.md +++ b/BridgeAbstract.md @@ -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. +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 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** :