Arcanedev\SeoHelper\Entities\OpenGraph\Graph::setPrefix PHP Method

setPrefix() public method

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