PHP Class Goose\Modules\Extractors\AdditionalDataExtractor

Inheritance: extends Goose\Modules\AbstractModule, implements Goose\Modules\ModuleInterface, use trait Goose\Traits\ArticleMutatorTrait
Afficher le fichier Open project: scotteh/php-goose

Protected Properties

Свойство Type Description
$A_REL_TAG_SELECTOR string
$VIDEO_PROVIDERS string[]

Méthodes publiques

Méthode Description
run ( Goose\Article $article )

Private Methods

Méthode Description
getLinks ( ) : string[] Pulls out links we like
getPopularWords ( ) : string[]
getTags ( ) : string[]
getVideos ( ) : string[] Pulls out videos we like

Method Details

run() public méthode

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

Property Details

$A_REL_TAG_SELECTOR protected_oe static_oe property

protected static string $A_REL_TAG_SELECTOR
Résultat string

$VIDEO_PROVIDERS protected_oe static_oe property

protected static string[] $VIDEO_PROVIDERS
Résultat string[]