<?php
namespace App\Entity;
class SearchAvailability
{
private $begin;
public function getBegin()
return $this->begin;
}
public function setBegin($begin)
$this->begin = $begin;
return $this;