PHP Class Wallabag\ImportBundle\Import\InstapaperImport

Inheritance: extends AbstractImport
Show file Open project: wallabag/wallabag Class Usage Examples

Public Methods

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

Protected Methods

Method Description
setEntryAsRead ( array $importedEntry )

Method Details

getDescription() public method

public getDescription ( )

getName() public method

public getName ( )

getUrl() public method

public getUrl ( )

import() public method

public import ( )

parseEntry() public method

public parseEntry ( array $importedEntry )
$importedEntry array

setEntryAsRead() protected method

protected setEntryAsRead ( array $importedEntry )
$importedEntry array

setFilepath() public method

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