app\models\Fragment::getNameAttribute PHP Method

getNameAttribute() public method

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