Example #1
0
 public function getAcceptedBy()
 {
     $acceptedBy = Accepted::getAcceptedBy($this->getID());
     return $acceptedBy;
 }