public function EntityLegalDocumentAcceptance::getAcceptanceDate in Entity Legal 7.2
Same name and namespace in other branches
- 7 entity_legal.entity.inc \EntityLegalDocumentAcceptance::getAcceptanceDate()
Get the date a user created this acceptance.
Return value
string The date this document was accepted.
File
- ./
entity_legal.entity.inc, line 490 - Entity API main classes used by entity_legal module.
Class
- EntityLegalDocumentAcceptance
- Legal document user acceptance entity.
Code
public function getAcceptanceDate() {
return $this->acceptance_date;
}