Exemplo n.º 1
0
 public static function getWithVotes($id)
 {
     $poll = PollModel::getByID($id);
     // trunc function
     return $poll;
 }