Ejemplo n.º 1
0
 public function isEqualTo(AdvancedUserInterface $user)
 {
     return $this->id === $user->getId();
 }