File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ namespace Magento \Bundle \Block \Adminhtml \Catalog \Product \Edit \Tab \Attributes ;
8
+
7
9
/**
8
- * Bundle Extended Attribures Block
10
+ * Bundle Extended Attribures Block.
9
11
*
10
- * @author Magento Core Team <core@magentocommerce.com>
12
+ * @author Magento Core Team <core@magentocommerce.com>
11
13
*/
12
- namespace Magento \Bundle \Block \Adminhtml \Catalog \Product \Edit \Tab \Attributes ;
13
-
14
14
class Extend extends \Magento \Catalog \Block \Adminhtml \Form \Renderer \Fieldset \Element
15
15
{
16
16
/**
@@ -85,6 +85,8 @@ public function getParentElementHtml()
85
85
}
86
86
87
87
/**
88
+ * Get options.
89
+ *
88
90
* @return array
89
91
*/
90
92
public function getOptions ()
@@ -106,6 +108,8 @@ public function getOptions()
106
108
}
107
109
108
110
/**
111
+ * Is disabled field.
112
+ *
109
113
* @return bool
110
114
*/
111
115
public function isDisabledField ()
@@ -118,6 +122,8 @@ public function isDisabledField()
118
122
}
119
123
120
124
/**
125
+ * Get product.
126
+ *
121
127
* @return mixed
122
128
*/
123
129
public function getProduct ()
@@ -129,6 +135,8 @@ public function getProduct()
129
135
}
130
136
131
137
/**
138
+ * Get extended element.
139
+ *
132
140
* @param string $switchAttributeCode
133
141
* @return \Magento\Framework\Data\Form\Element\Select
134
142
* @throws \Magento\Framework\Exception\LocalizedException
You can’t perform that action at this time.
0 commit comments