PHP Class Wallabag\ImportBundle\Import\InstapaperImport

Inheritance: extends AbstractImport
Afficher le fichier Open project: wallabag/wallabag Class Usage Examples

Méthodes publiques

Méthode Description
getDescription ( )
getName ( )
getUrl ( )
import ( )
parseEntry ( array $importedEntry )
setFilepath ( string $filepath ) Set file path to the json file.

Méthodes protégées

Méthode Description
setEntryAsRead ( array $importedEntry )

Method Details

getDescription() public méthode

public getDescription ( )

getName() public méthode

public getName ( )

getUrl() public méthode

public getUrl ( )

import() public méthode

public import ( )

parseEntry() public méthode

public parseEntry ( array $importedEntry )
$importedEntry array

setEntryAsRead() protected méthode

protected setEntryAsRead ( array $importedEntry )
$importedEntry array

setFilepath() public méthode

Set file path to the json file.
public setFilepath ( string $filepath )
$filepath string