From ded527bd0e1c46a11670e09b12567d7bb1b575c4 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 17:41:00 +0200 Subject: [PATCH] Created The getName function (markdown) --- The-getName-function.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 The-getName-function.md diff --git a/The-getName-function.md b/The-getName-function.md new file mode 100644 index 0000000..dd18f4e --- /dev/null +++ b/The-getName-function.md @@ -0,0 +1,9 @@ +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! + +```PHP + public function getName(){ + return self::NAME; + } +``` \ No newline at end of file