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

getContent() 공개 메소드

Get raw keywords content.
public getContent ( ) : array
리턴 array
    public function getContent()
    {
        return $this->content;
    }