PHP Interface PicoFeed\Scraper\ParserInterface

Datei anzeigen Open project: fguillot/picofeed

Public Methods

Method Description
execute ( ) : string Execute the parser and return the contents.
findNextLink ( ) : string Find link for next page of the article.

Method Details

execute() public method

Execute the parser and return the contents.
public execute ( ) : string
return string