Пример #1
0
 public function isEqualTo(CoreUserInterface $user)
 {
     return $this->wrappedUser instanceof EquatableInterface ? $this->wrappedUser->isEqualTo($user) : true;
 }