public function GetExtendedContactDetails::setCreatedAt in SendinBlue 7.2
Parameters
\DateTime $createdAt:
1 call to GetExtendedContactDetails::setCreatedAt()
- GetExtendedContactDetails::__construct in includes/
Model/ GetExtendedContactDetails.php - GetExtendedContactDetails constructor.
File
- includes/
Model/ GetExtendedContactDetails.php, line 134
Class
Code
public function setCreatedAt($createdAt) {
$this->createdAt = $createdAt;
}