app\models\Fragment::getNameAttribute PHP Méthode

getNameAttribute() public méthode

public getNameAttribute ( ) : string
Résultat string
    public function getNameAttribute() : string
    {
        return "{$this->group}.{$this->key}";
    }