mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 17:15:25 +03:00
1
The getInput function
LogMANOriginal edited this page 2018-09-15 20:46:57 +02:00
The getInput
function is used to receive a value for a parameter, specified in const PARAMETERS
$this->getInput('your input name here');
getInput
will either return the value for your parameter or null
if the parameter is unknown or not specified.