示例#1
0
 public function __construct(UserInterface $user)
 {
     $this->userId = $user->getId();
     $this->userType = $user->getType();
     $this->createdAt = new \DateTime();
     $this->generateToken();
 }