PHP Class Cviebrock\EloquentSluggable\Tests\Models\PostWithCustomEngine

A test model that customizes the Slugify engine with custom rules.
Inheritance: extends Cviebrock\EloquentSluggable\Tests\Models\Post
Afficher le fichier Open project: cviebrock/eloquent-sluggable Class Usage Examples

Méthodes publiques

Méthode Description
customizeSlugEngine ( Slugify $engine, string $attribute ) : Slugify

Method Details

customizeSlugEngine() public méthode

public customizeSlugEngine ( Slugify $engine, string $attribute ) : Slugify
$engine Cocur\Slugify\Slugify
$attribute string
Résultat Cocur\Slugify\Slugify