PHP 클래스 Wallabag\ImportBundle\Import\WallabagImport

상속: implements Wallabag\ImportBundle\Import\ImportInterface
파일 보기 프로젝트 열기: wallabag/wallabag

보호된 프로퍼티들

프로퍼티 타입 설명
$filepath
$untitled untitled in all languages from v1

공개 메소드들

메소드 설명
getDescription ( )
getName ( )
getUrl ( )
import ( )
parseEntry ( array $importedEntry )
setFilepath ( string $filepath ) Set file path to the json file.

보호된 메소드들

메소드 설명
prepareEntry ( array $entry = [] ) : array This should return a cleaned array for a given entry to be given to updateEntry.

메소드 상세

getDescription() 추상적인 공개 메소드

abstract public getDescription ( )

getName() 추상적인 공개 메소드

abstract public getName ( )

getUrl() 추상적인 공개 메소드

abstract public getUrl ( )

import() 공개 메소드

public import ( )

parseEntry() 공개 메소드

public parseEntry ( array $importedEntry )
$importedEntry array

prepareEntry() 추상적인 보호된 메소드

This should return a cleaned array for a given entry to be given to updateEntry.
abstract protected prepareEntry ( array $entry = [] ) : array
$entry array Data from the imported file
리턴 array

setFilepath() 공개 메소드

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

프로퍼티 상세

$filepath 보호되어 있는 프로퍼티

protected $filepath

$untitled 보호되어 있는 프로퍼티

untitled in all languages from v1
protected $untitled