Ejemplo n.º 1
0
 /**
  * Add actionLog
  *
  * @param UserActionLog $actionLog actionLog
  *
  * @return $this
  */
 public function addActionLog(UserActionLog $actionLog)
 {
     $this->actionLogs->add($actionLog->setUser($this));
     return $this;
 }