6 declare(strict_types=1);
33 private $bundleOptions;
50 $this->product->setQty($this->quantity);
59 if (
null === $this->
value) {
60 $this->
value = $this->bundleOptions->calculateOptions($this->product);
73 return $this->bundleOptions->getOptions($this->product);
84 return $this->bundleOptions->getOptionSelectionAmount(
98 return $this->calculator->getOptionsAmount($this->product);
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
__construct(Product $saleableItem, $quantity, BundleCalculatorInterface $calculator, PriceCurrencyInterface $priceCurrency, BundleOptions $bundleOptions)
getOptionSelectionAmount($selection)