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

hasContent() private méthode

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