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

hasContent() private method

Check if description has content.
private hasContent ( ) : boolean
return boolean
    private function hasContent()
    {
        return !empty($this->get());
    }