PHP 인터페이스 Arcanedev\SeoHelper\Contracts\Entities\Keywords

저자: ARCANEDEV ([email protected])
상속: extends Arcanedev\SeoHelper\Contracts\Renderable
파일 보기 프로젝트 열기: arcanedev/seo-helper 0 사용 예제들

공개 메소드들

메소드 설명
add ( string $keyword ) : self Add a keyword to the content.
addMany ( array $keywords ) : self Add many keywords to the content.
getContent ( ) : array Get content.
make ( array | string $keywords ) : self Make Keywords instance.
set ( array | string $content ) : self Set description content.

메소드 상세

add() 공개 메소드

Add a keyword to the content.
public add ( string $keyword ) : self
$keyword string
리턴 self

addMany() 공개 메소드

Add many keywords to the content.
public addMany ( array $keywords ) : self
$keywords array
리턴 self

getContent() 공개 메소드

Get content.
public getContent ( ) : array
리턴 array

make() 공개 정적인 메소드

Make Keywords instance.
public static make ( array | string $keywords ) : self
$keywords array | string
리턴 self

set() 공개 메소드

Set description content.
public set ( array | string $content ) : self
$content array | string
리턴 self