Arcanedev\SeoHelper\Entities\Keywords::hasContent PHP Méthode

hasContent() private méthode

Check if keywords has content.
private hasContent ( ) : boolean
Résultat boolean
    private function hasContent()
    {
        return !empty($this->getContent());
    }