mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 20:00:13 +02:00
[lib] Split Bridge/Cache/Format into one file per class
The files have grown to a size where it is necessary to search for a class in a file. This commit splits the content into one file per class. RSS-Bridge will require implementations and the implementations will require (once) the interfaces.
This commit is contained in:
6
lib/FormatInterface.php
Normal file
6
lib/FormatInterface.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
interface FormatInterface{
|
||||
public function stringify();
|
||||
public function display();
|
||||
public function setItems(array $bridges);
|
||||
}
|
Reference in New Issue
Block a user