diff --git a/The-getMaintainer-function.md b/The-getMaintainer-function.md new file mode 100644 index 0000000..a29006b --- /dev/null +++ b/The-getMaintainer-function.md @@ -0,0 +1,9 @@ +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! + +```PHP + public function getMaintainer(){ + return self::MAINTAINER; + } +``` \ No newline at end of file