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

setType() public method

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