%%(php) public function isAuthor(User $user) { return $this->users->contains($user); } %% Так еще проще.