Beispiel #1
0
 /**
  * @param AuditLog $auditLog
  */
 public function addAuditLog(AuditLog $auditLog)
 {
     $this->auditLogs->add($auditLog);
 }
Beispiel #2
0
 /**
  * @param AuditLogInterface $auditLog
  */
 public function removeAuditLog(AuditLogInterface $auditLog)
 {
     $this->auditLogs->removeElement($auditLog);
 }