diff options
author | 2021-06-25 21:45:25 +0200 | |
---|---|---|
committer | 2021-06-26 00:45:25 +0500 | |
commit | ecaae735d97e240c809cd1fcda06c86675b6d659 (patch) | |
tree | 55e6dfdf39cf6bada305b95bf7fffa5fb223e57d /lib/BridgeInterface.php | |
parent | 5598fef3cfdb8bca9557c21747db06bb936113da (diff) | |
download | rss-bridge-ecaae735d97e240c809cd1fcda06c86675b6d659.tar.gz rss-bridge-ecaae735d97e240c809cd1fcda06c86675b6d659.tar.zst rss-bridge-ecaae735d97e240c809cd1fcda06c86675b6d659.zip |
[core] Support for bridge maintainers' donation URLs (#2102)
Diffstat (limited to 'lib/BridgeInterface.php')
-rw-r--r-- | lib/BridgeInterface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/BridgeInterface.php b/lib/BridgeInterface.php index e9309dbf..70625125 100644 --- a/lib/BridgeInterface.php +++ b/lib/BridgeInterface.php @@ -121,6 +121,13 @@ interface BridgeInterface { public function getURI(); /** + * Returns the bridge Donation URI + * + * @return string Bridge Donation URI + */ + public function getDonationURI(); + + /** * Returns the cache timeout * * @return int Cache timeout |