mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-01 22:35:21 +03:00
[FormatInterface] Add missing public functions
This commit adds all missing functions to the interface that are defined and implemented as public functions in FormatAbstract.
This commit is contained in:
parent
fdf98041e3
commit
28e813620f
1 changed files with 6 additions and 1 deletions
|
@ -3,4 +3,9 @@ interface FormatInterface{
|
|||
public function stringify();
|
||||
public function display();
|
||||
public function setItems(array $bridges);
|
||||
public function getItems();
|
||||
public function setExtraInfos(array $infos);
|
||||
public function getExtraInfos();
|
||||
public function setCharset($charset);
|
||||
public function getCharset();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue