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

set() 공개 메소드

Set description content.
public set ( string $content ) : self
$content string
리턴 self
    public function set($content)
    {
        $this->content = trim(strip_tags($content));
        return $this;
    }