1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-07 23:28:47 +02:00
1
The getName function
LogMANOriginal edited this page 2018-09-15 17:41:00 +02:00

The getName function returns the name of a bridge.

Notice: By default RSS-Bridge returns const NAME, so you only have to implement this function if you require different behavior!

	public function getName(){
		return self::NAME;
	}