PHP Class Arcanedev\SeoHelper\Entities\MetaCollection

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

Protected Properties

Property Type Description
$ignored array Ignored tags, they have dedicated class.

Public Methods

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

Method Details

add() public method

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

Property Details

$ignored protected property

Ignored tags, they have dedicated class.
protected array $ignored
return array