mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-12 15:04:38 +02:00
Created The getInput function (markdown)
parent
4c9bfabe6b
commit
b8fd72271c
1 changed files with 7 additions and 0 deletions
7
The-getInput-function.md
Normal file
7
The-getInput-function.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
The `getInput` function is used to receive a value for a parameter, specified in `const PARAMETERS`
|
||||
|
||||
```PHP
|
||||
$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.
|
Loading…
Add table
Add a link
Reference in a new issue