예제 #1
0
파일: User.php 프로젝트: Okami-/ilios
 /**
  * @param AuditLog $auditLog
  */
 public function addAuditLog(AuditLog $auditLog)
 {
     $this->auditLogs->add($auditLog);
 }
예제 #2
0
파일: User.php 프로젝트: stopfstedt/ilios
 /**
  * @param AuditLogInterface $auditLog
  */
 public function removeAuditLog(AuditLogInterface $auditLog)
 {
     $this->auditLogs->removeElement($auditLog);
 }