public function GetExtendedContactDetails::getModifiedAt in SendinBlue 8.2
Same name and namespace in other branches
- 8 src/Tools/Model/GetExtendedContactDetails.php \Drupal\sendinblue\Tools\Model\GetExtendedContactDetails::getModifiedAt()
Return value
\DateTime
File
- src/
Tools/ Model/ GetExtendedContactDetails.php, line 122
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getModifiedAt() : \DateTime {
return $this->modifiedAt;
}