App\Models\Presenters\FragmentPresenter::getFullNameAttribute PHP Method

getFullNameAttribute() public method

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