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

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

공개 메소드들

메소드 설명
add ( string $webmaster, string $content ) : self Add a webmaster to collection.
make ( array $webmasters = [] ) : self Make Webmaster instance.
reset ( ) : self Reset the webmaster collection.

메소드 상세

add() 공개 메소드

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

make() 공개 정적인 메소드

Make Webmaster instance.
public static make ( array $webmasters = [] ) : self
$webmasters array
리턴 self

reset() 공개 메소드

Reset the webmaster collection.
public reset ( ) : self
리턴 self