This commit is contained in:
Romain Neutron
2012-04-26 00:55:53 +02:00
parent edbfff226e
commit ade22295ad
631 changed files with 92375 additions and 101763 deletions

View File

@@ -17,9 +17,10 @@
*/
interface Feed_Entry_CollectionInterface
{
public function __construct();
public function add_entry(Feed_Entry_Adapter $entry);
public function __construct();
public function get_entries();
public function add_entry(Feed_Entry_Adapter $entry);
public function get_entries();
}