Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-tax
Block
Adminhtml
Rate
Title
Fieldset.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\Tax\Block\Adminhtml\Rate\Title
;
13
14
class
Fieldset
extends
\Magento\Framework\Data\Form\Element\Fieldset
15
{
19
protected
$_title
;
20
28
public
function
__construct
(
29
\
Magento
\Framework\Data\
Form
\Element\Factory $factoryElement,
30
\
Magento
\Framework\Data\
Form
\Element\CollectionFactory $factoryCollection,
31
\
Magento
\Framework\Escaper $escaper,
32
\
Magento
\Tax\Block\Adminhtml\
Rate
\
Title
$title
,
33
$data
= []
34
) {
35
$this->_title =
$title
;
36
parent::__construct($factoryElement, $factoryCollection, $escaper,
$data
);
37
}
38
42
public
function
getBasicChildrenHtml
()
43
{
44
return
$this->_title->toHtml();
45
}
46
}
Magento\Tax\Block\Adminhtml\Rate\Title
Definition:
Title.php:16
$title
$title
Definition:
default.phtml:14
Magento\Tax\Block\Adminhtml\Rate\Title\Fieldset\$_title
$_title
Definition:
Fieldset.php:19
Magento\Tax\Block\Adminhtml\Rate\Form
Definition:
Form.php:22
Magento\Tax\Model\Calculation\Rate
Definition:
Rate.php:19
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\Tax\Block\Adminhtml\Rate\Title\Fieldset
Definition:
Fieldset.php:14
Magento\Tax\Block\Adminhtml\Rate\Title\Fieldset\getBasicChildrenHtml
getBasicChildrenHtml()
Definition:
Fieldset.php:42
Magento
Magento\Tax\Block\Adminhtml\Rate\Title\Fieldset\__construct
__construct(\Magento\Framework\Data\Form\Element\Factory $factoryElement, \Magento\Framework\Data\Form\Element\CollectionFactory $factoryCollection, \Magento\Framework\Escaper $escaper, \Magento\Tax\Block\Adminhtml\Rate\Title $title, $data=[])
Definition:
Fieldset.php:28
Magento\Tax\Block\Adminhtml\Rate\Title
Definition:
Fieldset.php:12