Beispiel #1
0
 public function isSame(Award $award)
 {
     if ($this->id == $award->getAward()) {
         return true;
     }
     return false;
 }