mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-28 16:00:14 +02:00
[core] Support for bridge maintainers' donation URLs (#2102)
This commit is contained in:
parent
5598fef3cf
commit
ecaae735d9
10 changed files with 61 additions and 3 deletions
|
@ -120,6 +120,13 @@ interface BridgeInterface {
|
|||
*/
|
||||
public function getURI();
|
||||
|
||||
/**
|
||||
* Returns the bridge Donation URI
|
||||
*
|
||||
* @return string Bridge Donation URI
|
||||
*/
|
||||
public function getDonationURI();
|
||||
|
||||
/**
|
||||
* Returns the cache timeout
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue