1 | <?php |
||
15 | class Product extends BaseProduct |
||
16 | { |
||
17 | /** @var ProductBundleInterface */ |
||
18 | private $productBundle; |
||
19 | |||
20 | public function setProductBundle(ProductBundleInterface $productBundle): void |
||
24 | |||
25 | public function getProductBundle(): ?ProductBundleInterface |
||
29 | |||
30 | public function getProductBundleId(): ?int |
||
38 | } |
||
39 |