Skip to content

Commit e407aae

Browse files
authored
ENGCOM-4700: Typography_change #22210
2 parents eb2b30b + 0a65648 commit e407aae

File tree

1 file changed

+13
-5
lines changed
  • app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes

1 file changed

+13
-5
lines changed

app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Extend.php

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes;
8+
79
/**
8-
* Bundle Extended Attribures Block
10+
* Bundle Extended Attribures Block.
911
*
10-
* @author Magento Core Team <core@magentocommerce.com>
12+
* @author Magento Core Team <core@magentocommerce.com>
1113
*/
12-
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes;
13-
1414
class Extend extends \Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset\Element
1515
{
1616
/**
@@ -75,7 +75,7 @@ public function getElementHtml()
7575
}
7676

7777
/**
78-
* Execute method getElementHtml from parrent class
78+
* Execute method getElementHtml from parent class
7979
*
8080
* @return string
8181
*/
@@ -85,6 +85,8 @@ public function getParentElementHtml()
8585
}
8686

8787
/**
88+
* Get options.
89+
*
8890
* @return array
8991
*/
9092
public function getOptions()
@@ -106,6 +108,8 @@ public function getOptions()
106108
}
107109

108110
/**
111+
* Is disabled field.
112+
*
109113
* @return bool
110114
*/
111115
public function isDisabledField()
@@ -118,6 +122,8 @@ public function isDisabledField()
118122
}
119123

120124
/**
125+
* Get product.
126+
*
121127
* @return mixed
122128
*/
123129
public function getProduct()
@@ -129,6 +135,8 @@ public function getProduct()
129135
}
130136

131137
/**
138+
* Get extended element.
139+
*
132140
* @param string $switchAttributeCode
133141
* @return \Magento\Framework\Data\Form\Element\Select
134142
* @throws \Magento\Framework\Exception\LocalizedException

0 commit comments

Comments
 (0)