1 The getMaintainer function
LogMANOriginal edited this page 2018-09-15 17:39:38 +02:00

The getMaintainer function returns the name of the maintainer for a bridge.

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

	public function getMaintainer(){
		return self::MAINTAINER;
	}