Rss-Bridge/lib/FormatInterface.php
logmanoriginal 62eec43980 [core] Apply common indentation
All files are now using tabs for indentation
2016-09-10 20:41:11 +02:00

7 lines
136 B
PHP

<?php
interface FormatInterface{
public function stringify();
public function display();
public function setItems(array $bridges);
}