From 5c7978e206854e5bbc74ead03c87f225d5015703 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 17:39:38 +0200 Subject: [PATCH] Created The getMaintainer function (markdown) --- The-getMaintainer-function.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 The-getMaintainer-function.md 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