1 | <?php |
||
13 | class GroupedProduct extends Product |
||
14 | { |
||
15 | private $_groupedProducts = []; |
||
16 | private $_groupedProductsIds = []; |
||
17 | |||
18 | public function build() |
||
28 | |||
29 | /** |
||
30 | * @param int $groupedProductId |
||
31 | */ |
||
32 | protected function _linkSimpleProducts($groupedProductId) |
||
44 | |||
45 | protected function _buildGroupedSimpleProducts() |
||
49 | |||
50 | protected function _prepareProductIds() |
||
59 | |||
60 | } |