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

getContent() public method

Get raw description content.
public getContent ( ) : string
return string
    public function getContent()
    {
        return $this->content;
    }