Arcanedev\SeoHelper\Entities\Keywords::getContent PHP Метод

getContent() публичный Метод

Get raw keywords content.
public getContent ( ) : array
Результат array
    public function getContent()
    {
        return $this->content;
    }