Method | Description | |
---|---|---|
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. |
public getContent ( ) : string | ||
return | string |