miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Scraper/ParserInterface.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

14 lines
192 B
PHP

<?php
namespace PicoFeed\Scraper;
interface ParserInterface
{
/**
* Execute the parser and return the contents
*
* @return string
*/
public function execute();
}