Arcanedev\SeoHelper\Entities\Description::make PHP Méthode

make() public static méthode

Make a description instance.
public static make ( string $content, integer $max = 155 ) : self
$content string
$max integer
Résultat self
    public static function make($content, $max = 155)
    {
        return new self(['default' => $content, 'max' => $max]);
    }