Arcanedev\SeoHelper\Contracts\Entities\Description::make PHP 메소드

make() 공개 정적인 메소드

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