PHP 클래스 Arcanedev\SeoHelper\Entities\Keywords

저자: ARCANEDEV ([email protected])
상속: implements Arcanedev\SeoHelper\Contracts\Entities\Keywords, use trait Arcanedev\Support\Traits\Configurable
파일 보기 프로젝트 열기: arcanedev/seo-helper

보호된 프로퍼티들

프로퍼티 타입 설명
$content array The meta content.
$name string The meta name.

공개 메소드들

메소드 설명
__construct ( array $configs = [] ) Make Keywords instance.
__toString ( ) : string Render the tag.
add ( string $keyword ) : self Add a keyword to the content.
addMany ( array $keywords ) : self Add many keywords to the content.
get ( ) : string Get keywords content.
getContent ( ) : array Get raw keywords content.
make ( array | string $keywords ) : self Make Keywords instance.
render ( ) : string Render the tag.
set ( array | string $content ) : self Set keywords content.

비공개 메소드들

메소드 설명
clean ( string $value ) : string Clean the string.
hasContent ( ) : boolean Check if keywords has content.

메소드 상세

__construct() 공개 메소드

Make Keywords instance.
public __construct ( array $configs = [] )
$configs array

__toString() 공개 메소드

Render the tag.
public __toString ( ) : string
리턴 string

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

get() 공개 메소드

Get keywords content.
public get ( ) : string
리턴 string

getContent() 공개 메소드

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

make() 공개 정적인 메소드

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

render() 공개 메소드

Render the tag.
public render ( ) : string
리턴 string

set() 공개 메소드

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

프로퍼티 상세

$content 보호되어 있는 프로퍼티

The meta content.
protected array $content
리턴 array

$name 보호되어 있는 프로퍼티

The meta name.
protected string $name
리턴 string