예제 #1
0
파일: shop.php 프로젝트: sd-studio/or
 function __construct($optionId, $showDisabled = false)
 {
     $option = new ProductOption($optionId);
     $allGroups = new ProductGroups($option->productId(), $showDisabled);
     parent::__construct($option->id(), $allGroups->IDs());
 }