Ejemplo n.º 1
0
 public function addChoice(GiveItSdkChoice $choice)
 {
     if (!$choice->valid()) {
         return false;
     }
     $this->choices[$choice->id] = $choice;
     return $this;
 }