Skip to content

Commit 79c24e0

Browse files
Merge branch 'MAGETWO-94268' into 2.3-develop-pr7
2 parents efb2ffe + 956b9c9 commit 79c24e0

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/Bundle/Block/Catalog/Product/View/Type

1 file changed

+5
-1
lines changed

app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ public function __construct(
9191
}
9292

9393
/**
94+
* Return catalog rule processor or creates processor if it does not exist
95+
*
9496
* @deprecated 100.2.0
9597
* @return \Magento\CatalogRule\Model\ResourceModel\Product\CollectionProcessor
9698
*/
@@ -106,6 +108,7 @@ private function getCatalogRuleProcessor()
106108

107109
/**
108110
* Returns the bundle product options
111+
*
109112
* Will return cached options data if the product options are already initialized
110113
* In a case when $stripSelection parameter is true will reload stored bundle selections collection from DB
111114
*
@@ -140,6 +143,8 @@ public function getOptions($stripSelection = false)
140143
}
141144

142145
/**
146+
* Return true if product has options
147+
*
143148
* @return bool
144149
*/
145150
public function hasOptions()
@@ -155,7 +160,6 @@ public function hasOptions()
155160
* Returns JSON encoded config to be used in JS scripts
156161
*
157162
* @return string
158-
*
159163
*/
160164
public function getJsonConfig()
161165
{

0 commit comments

Comments
 (0)