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

get() public method

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