Exemple #1
0
 public function hasVotedUser(GWF_User $user)
 {
     return GWF_VoteMultiRow::hasVotedUser($this->getID(), $user->getID());
 }