Arcanedev\SeoHelper\Entities\MiscTags::add PHP 메소드

add() 공개 메소드

Add a meta tag.
public add ( string $name, string $content ) : MiscTags
$name string
$content string
리턴 MiscTags
    public function add($name, $content)
    {
        $this->metas->add($name, $content);
        return $this;
    }