public function EntityLegalDocumentAcceptance::getAcceptanceDate in Entity Legal 7
Same name and namespace in other branches
- 7.2 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 486 - Entity API main classes used by entity_legal module.
Class
- EntityLegalDocumentAcceptance
- Legal document user acceptance entity.
Code
public function getAcceptanceDate() {
return $this->acceptance_date;
}