1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-08 23:59:08 +02:00
1
The getDescription function
LogMANOriginal edited this page 2018-09-15 17:32:20 +02:00

The getDescription function returns the description for a bridge.

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

	public function getDescription(){
		return self::DESCRIPTION;
	}