コード例 #1
0
ファイル: UserWrapped.php プロジェクト: Pixy/ezpublish-kernel
 public function isEqualTo(CoreUserInterface $user)
 {
     return $this->wrappedUser instanceof EquatableInterface ? $this->wrappedUser->isEqualTo($user) : true;
 }