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

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

공개 메소드들

메소드 설명
add ( string $name, string $content ) : self Add a meta to collection.
addMany ( array $metas ) : self Add many meta tags.
remove ( array | string $names ) : self Remove a meta from the meta collection by key.

메소드 상세

add() 공개 메소드

Add a meta to collection.
public add ( string $name, string $content ) : self
$name string
$content string
리턴 self

addMany() 공개 메소드

Add many meta tags.
public addMany ( array $metas ) : self
$metas array
리턴 self

remove() 공개 메소드

Remove a meta from the meta collection by key.
public remove ( array | string $names ) : self
$names array | string
리턴 self