App\Models\Presenters\FragmentPresenter::getFullNameAttribute PHP 메소드

getFullNameAttribute() 공개 메소드

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