Mage2\Catalog\Models\Review::getUserNameAttribute PHP Method

getUserNameAttribute() public method

    public function getUserNameAttribute()
    {
        return $this->user->full_name;
    }