PHP Interface Arcanedev\SeoHelper\Contracts\Entities\Webmasters

Author: ARCANEDEV ([email protected])
Inheritance: extends Arcanedev\SeoHelper\Contracts\Renderable
Afficher le fichier Open project: arcanedev/seo-helper Interface Usage Examples

Méthodes publiques

Méthode Description
add ( string $webmaster, string $content ) : self Add a webmaster to collection.
make ( array $webmasters = [] ) : self Make Webmaster instance.
reset ( ) : self Reset the webmaster collection.

Method Details

add() public méthode

Add a webmaster to collection.
public add ( string $webmaster, string $content ) : self
$webmaster string
$content string
Résultat self

make() public static méthode

Make Webmaster instance.
public static make ( array $webmasters = [] ) : self
$webmasters array
Résultat self

reset() public méthode

Reset the webmaster collection.
public reset ( ) : self
Résultat self