diff --git a/Bridge_API/BridgeAbstract.html b/Bridge_API/BridgeAbstract.html index e50193f5..d5f84507 100644 --- a/Bridge_API/BridgeAbstract.html +++ b/Bridge_API/BridgeAbstract.html @@ -100,7 +100,7 @@
getInput
will either return the value for your parameter
or null
if the parameter is unknown or not specified.
Defined in lib/BridgeAbstract.php
The getKey
function is used to receive the key name to a selected list
value given the name of the list, specified in const PARAMETERS
@@ -141,6 +142,7 @@ $this->getKey('country');
getKey
will either return the key name for your parameter or null
if the parameter
is unknown or not specified.
Defined in lib/BridgeAbstract.php
The getContents
function uses cURL to acquire data from the specified URI while respecting the various settings defined at a global level by RSS-Bridge (i.e., proxy host, user agent, etc.). This function accepts a few parameters: