Arcanedev\SeoHelper\Entities\Description::set PHP Method

set() public method

Set description content.
public set ( string $content ) : self
$content string
return self
    public function set($content)
    {
        $this->content = trim(strip_tags($content));
        return $this;
    }