Total Complexity | 6 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class PaymentGroup extends \Magento\Config\Block\System\Config\Form\Fieldset |
||
15 | { |
||
16 | /** |
||
17 | * Return header comment part of html for fieldset |
||
18 | * |
||
19 | * @param \Magento\Framework\Data\Form\Element\AbstractElement $element |
||
20 | * @return string |
||
21 | */ |
||
22 | protected function _getHeaderCommentHtml($element) |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Return collapse state |
||
44 | * |
||
45 | * @param \Magento\Framework\Data\Form\Element\AbstractElement $element |
||
46 | * @return bool |
||
47 | */ |
||
48 | protected function _isCollapseState($element) |
||
63 |