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

setTitle() public method

Set title property.
public setTitle ( string $title ) : Graph
$title string
return Graph
    public function setTitle($title)
    {
        return $this->addProperty('title', $title);
    }