Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PicoFeed
Scraper
ParserInterface
PHP Interface PicoFeed\Scraper\ParserInterface
Mostrar archivo
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
findNextLink()
public
method
Find link for next page of the article.
public
findNextLink
( ) :
string
return
string