Arcanedev\SeoHelper\Entities\Description::get PHP 메소드

get() 공개 메소드

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