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