Arcanedev\SeoHelper\SeoOpenGraph::setPrefix PHP Method

setPrefix() public method

Set the open graph prefix.
public setPrefix ( string $prefix ) : SeoOpenGraph
$prefix string
return SeoOpenGraph
    public function setPrefix($prefix)
    {
        $this->openGraph->setPrefix($prefix);
        return $this;
    }