mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2026-03-13 06:06:40 +03:00
1
The getURI function
LogMANOriginal edited this page 2018-09-15 17:42:19 +02:00
The getURI function returns the base URI for a bridge.
Notice: By default RSS-Bridge returns const URI, so you only have to implement this function if you require different behavior!
public function getURI(){
return self::URI;
}