PHP Class Arcanedev\SeoHelper\Entities\MetaCollection

Author: ARCANEDEV ([email protected])
Inheritance: extends Arcanedev\SeoHelper\Bases\MetaCollection
Afficher le fichier Open project: arcanedev/seo-helper

Protected Properties

Свойство Type Description
$ignored array Ignored tags, they have dedicated class.

Méthodes publiques

Méthode Description
add ( string $name, string $content ) : MetaCollection Add a meta to collection.

Method Details

add() public méthode

Add a meta to collection.
public add ( string $name, string $content ) : MetaCollection
$name string
$content string
Résultat MetaCollection

Property Details

$ignored protected_oe property

Ignored tags, they have dedicated class.
protected array $ignored
Résultat array