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

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

공개 메소드들

메소드 설명
get ( ) : string Get description content.
getContent ( ) : string Get raw description content.
getMax ( ) : integer Get description max length.
make ( string $content, integer $max = 155 ) : self Make a description instance.
set ( string $content ) : self Set description content.
setMax ( integer $max ) : self Set description max length.

메소드 상세

get() 공개 메소드

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

getContent() 공개 메소드

Get raw description content.
public getContent ( ) : string
리턴 string

getMax() 공개 메소드

Get description max length.
public getMax ( ) : integer
리턴 integer

make() 공개 정적인 메소드

Make a description instance.
public static make ( string $content, integer $max = 155 ) : self
$content string
$max integer
리턴 self

set() 공개 메소드

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

setMax() 공개 메소드

Set description max length.
public setMax ( integer $max ) : self
$max integer
리턴 self