EU Reiserecht - Booking
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3419 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
8fd6f63403
commit
2360290f06
25 changed files with 1089 additions and 229 deletions
|
|
@ -97,14 +97,12 @@ class BookingRequest
|
|||
*/
|
||||
private $acceptTerms = false;
|
||||
|
||||
/*
|
||||
private $acceptEntryRequirements = false;
|
||||
|
||||
private $acceptLegalRights = false;
|
||||
*/
|
||||
|
||||
|
||||
private $acceptPrivacy = false;
|
||||
|
||||
private $acceptProcessing = false;
|
||||
|
||||
/**
|
||||
* BookingRequest constructor.
|
||||
*/
|
||||
|
|
@ -624,45 +622,25 @@ class BookingRequest
|
|||
{
|
||||
$this->acceptTerms = $acceptTerms;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
/*
|
||||
public function isAcceptEntryRequirements()
|
||||
{
|
||||
return $this->acceptEntryRequirements;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param mixed $acceptEntryRequirements
|
||||
*/
|
||||
/*
|
||||
public function setAcceptEntryRequirements($acceptEntryRequirements)
|
||||
{
|
||||
$this->acceptEntryRequirements = $acceptEntryRequirements;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
/*
|
||||
|
||||
public function isAcceptLegalRights()
|
||||
{
|
||||
return $this->acceptLegalRights;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param mixed $acceptLegalRights
|
||||
*/
|
||||
/*
|
||||
|
||||
public function setAcceptLegalRights($acceptLegalRights)
|
||||
{
|
||||
$this->acceptLegalRights = $acceptLegalRights;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
|
|
@ -680,6 +658,22 @@ class BookingRequest
|
|||
$this->acceptPrivacy = $acceptPrivacy;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function isAcceptProcessing()
|
||||
{
|
||||
return $this->acceptProcessing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $acceptProcessing
|
||||
*/
|
||||
public function setAcceptProcessing($acceptProcessing)
|
||||
{
|
||||
$this->acceptProcessing = $acceptProcessing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Assert\Callback
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue