We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bb317 commit 1541028Copy full SHA for 1541028
app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php
@@ -78,10 +78,9 @@ public function __construct(
78
}
79
80
/**
81
- *
82
* Returns the bundle product options
83
- * Will return stored options data if the product options are already initialized
84
- * In a case when $stripSelection parameter is true will reset stored bundle selections collection
+ * Will return cached options data if the product options are already initialized
+ * In a case when $stripSelection parameter is true will reload stored bundle selections collection from DB
85
*
86
* @param bool $stripSelection
87
* @return array
0 commit comments