mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 23:39:56 +02:00
[core] Add configuration for bridges, allowing private bridges (#1343)
This commit is contained in:
parent
56b2c516e4
commit
810a2503c9
4 changed files with 70 additions and 6 deletions
|
@ -58,6 +58,19 @@ interface BridgeInterface {
|
|||
*/
|
||||
public function collectData();
|
||||
|
||||
/**
|
||||
* Get the user's supplied configuration for the bridge
|
||||
*/
|
||||
public function getConfiguration();
|
||||
|
||||
/**
|
||||
* Returns the value for the selected configuration
|
||||
*
|
||||
* @param string $input The option name
|
||||
* @return mixed|null The option value or null if the input is not defined
|
||||
*/
|
||||
public function getOption($name);
|
||||
|
||||
/**
|
||||
* Returns the description
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue