Exemple #1
0
 public function getOptionChoice(ProductOption $option)
 {
     foreach ($this->optionChoices as $choice) {
         if ($choice->choice->get()->option->get()->getID() == $option->getID()) {
             return $choice;
         }
     }
 }