<?php namespace App\DTO; class RestaurantListingElementDTO { private $id; private $name; private $code; private $type; private $check; private $image; private $detailLink; }