|
|
|
|
|
|
|
|
*/ |
|
|
*/ |
|
|
protected $invoiceAddress; |
|
|
protected $invoiceAddress; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @ORM\Column(type="datetime", nullable=true) |
|
|
|
|
|
*/ |
|
|
|
|
|
protected $validationDate; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @ORM\Column(type="text", nullable=true) |
|
|
* @ORM\Column(type="text", nullable=true) |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
$this->documents = new ArrayCollection(); |
|
|
$this->documents = new ArrayCollection(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getValidationDate(): ?\DateTimeInterface |
|
|
|
|
|
{ |
|
|
|
|
|
return $this->validationDate; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function setValidationDate(\DateTimeInterface $validationDate): self |
|
|
|
|
|
{ |
|
|
|
|
|
$this->validationDate = $validationDate; |
|
|
|
|
|
|
|
|
|
|
|
return $this; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public function getDateCreated() |
|
|
public function getDateCreated() |
|
|
{ |
|
|
{ |
|
|
$orderStatusHistory = $this->getOrderStatusHistory('new'); |
|
|
$orderStatusHistory = $this->getOrderStatusHistory('new'); |