mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
Updated BridgeAbstract (markdown)
@@ -114,8 +114,8 @@ For more details on the `collectData` function refer to [these instructions](The
|
|||||||
|
|
||||||
Use this template to create your own bridge. Please remove any unnecessary comments and parameters.
|
Use this template to create your own bridge. Please remove any unnecessary comments and parameters.
|
||||||
|
|
||||||
```PHP
|
```php
|
||||||
<?PHP
|
<?php
|
||||||
class MyBridge extends BridgeAbstract {
|
class MyBridge extends BridgeAbstract {
|
||||||
const NAME = 'Unnamed bridge';
|
const NAME = 'Unnamed bridge';
|
||||||
const URI = '';
|
const URI = '';
|
||||||
|
Reference in New Issue
Block a user