Arcanedev\SeoHelper\Bases\MetaCollection::setPrefix PHP Method

setPrefix() public method

Set meta prefix name.
public setPrefix ( string $prefix ) : MetaCollection
$prefix string
return MetaCollection
    public function setPrefix($prefix)
    {
        $this->prefix = $prefix;
        return $this->refresh();
    }