1 | <?php |
||
8 | class Product extends BaseProduct |
||
9 | { |
||
10 | /** @var ProductBundleInterface */ |
||
11 | private $productBundle; |
||
12 | |||
13 | public function setProductBundle(ProductBundleInterface $productBundle) |
||
17 | |||
18 | public function getProductBundle(): ?ProductBundleInterface |
||
22 | |||
23 | public function getProductBundleId(): ?int |
||
30 | } |
||
31 |