for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Yandex\Market\Content\Models;
use Yandex\Common\Model;
class ResponseGeoRegionShopsSummaryGet extends Model
{
protected $homeCount = null;
protected $deliveryCount = null;
protected $totalCount = null;
/**
* Retrieve the homeCount property
*
* @return int|null
*/
public function getHomeCount()
return $this->homeCount;
}
* Retrieve the deliveryCount property
public function getDeliveryCount()
return $this->deliveryCount;
* Retrieve the totalCount property
public function getTotalCount()
return $this->totalCount;