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

get() 공개 메소드

Get keywords content.
public get ( ) : string
리턴 string
    public function get()
    {
        return implode(', ', $this->getContent());
    }