PHP Class FastFeed\Processor\StripTagsProcessor

Inheritance: implements FastFeed\Processor\ProcessorInterface
Afficher le fichier Open project: fastfeed/fastfeed Class Usage Examples

Protected Properties

Свойство Type Description
$allowedTags

Méthodes publiques

Méthode Description
process ( array $items ) : array Execute processor
setAllowedTagsForContent ( mixed $allowedTags )
setAllowedTagsForIntro ( mixed $allowedTags )

Méthodes protégées

Méthode Description
doClean ( Item $item ) : Item

Method Details

doClean() protected méthode

protected doClean ( Item $item ) : Item
$item FastFeed\Item
Résultat FastFeed\Item

process() public méthode

Execute processor
public process ( array $items ) : array
$items array
Résultat array $items

setAllowedTagsForContent() public méthode

public setAllowedTagsForContent ( mixed $allowedTags )
$allowedTags mixed

setAllowedTagsForIntro() public méthode

public setAllowedTagsForIntro ( mixed $allowedTags )
$allowedTags mixed

Property Details

$allowedTags protected_oe property

protected $allowedTags