Exemple #1
0
 public function getPollOptions()
 {
     return array_add(Poll::all()->lists('question', 'id'), '', '-none-');
 }