PHP 클래스 Goose\Modules\Extractors\AdditionalDataExtractor

상속: extends Goose\Modules\AbstractModule, implements Goose\Modules\ModuleInterface, use trait Goose\Traits\ArticleMutatorTrait
파일 보기 프로젝트 열기: scotteh/php-goose

보호된 프로퍼티들

프로퍼티 타입 설명
$A_REL_TAG_SELECTOR string
$VIDEO_PROVIDERS string[]

공개 메소드들

메소드 설명
run ( Goose\Article $article )

비공개 메소드들

메소드 설명
getLinks ( ) : string[] Pulls out links we like
getPopularWords ( ) : string[]
getTags ( ) : string[]
getVideos ( ) : string[] Pulls out videos we like

메소드 상세

run() 공개 메소드

public run ( Goose\Article $article )
$article Goose\Article

프로퍼티 상세

$A_REL_TAG_SELECTOR 보호되어 있는 정적으로 프로퍼티

protected static string $A_REL_TAG_SELECTOR
리턴 string

$VIDEO_PROVIDERS 보호되어 있는 정적으로 프로퍼티

protected static string[] $VIDEO_PROVIDERS
리턴 string[]