Esensi\Model\Traits\SluggableModelTrait::getSlugAttribute PHP Méthode

getSlugAttribute() public méthode

Get the value assigned to the sluggable key.
public getSlugAttribute ( ) : string
Résultat string
    public function getSlugAttribute()
    {
        return array_get($this->attributes, $this->getSlugKey());
    }