1 | <?php |
||
9 | class Product extends BaseProduct |
||
10 | { |
||
11 | /** @var ProductBundleInterface */ |
||
12 | private $productBundle; |
||
13 | |||
14 | public function setProductBundle(ProductBundleInterface $productBundle) |
||
18 | |||
19 | public function getProductBundle(): ?ProductBundleInterface |
||
23 | |||
24 | public function getProductBundleId(): ?int |
||
32 | } |
||
33 |