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

get() public méthode

Get description content.
public get ( ) : string
Résultat string
    public function get()
    {
        return str_limit($this->getContent(), $this->getMax());
    }