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
framework
Data
Form
Element
Column.php
Go to the documentation of this file.
1
<?php
12
namespace
Magento\Framework\Data\Form\Element
;
13
14
class
Column
extends
\Magento\Framework\Data\Form\Element\AbstractElement
15
{
22
public
function
__construct
(
23
\
Magento
\Framework\Data\
Form
\Element\
Factory
$factoryElement,
24
\
Magento
\Framework\Data\
Form
\Element\
CollectionFactory
$factoryCollection,
25
\
Magento
\Framework\
Escaper
$escaper,
26
$data
= []
27
) {
28
parent::__construct($factoryElement, $factoryCollection, $escaper,
$data
);
29
$this->
setType
(
'column'
);
30
}
31
}
Magento\Framework\Data\Form\Element\CollectionFactory
Definition:
CollectionFactory.php:10
Magento\Framework\Data\Form\Element\Factory
Definition:
Factory.php:14
Magento\Framework\Data\Form\Element\Column\__construct
__construct(\Magento\Framework\Data\Form\Element\Factory $factoryElement, \Magento\Framework\Data\Form\Element\CollectionFactory $factoryCollection, \Magento\Framework\Escaper $escaper, $data=[])
Definition:
Column.php:22
Magento\Framework\Data\Form\Element\Column
Definition:
Column.php:14
Magento\Framework\Escaper
Definition:
Escaper.php:15
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\Framework\Data\Form\Element\AbstractElement\setType
setType($type)
Definition:
AbstractElement.php:197
Magento
Magento\Framework\Data\Form\Element
Definition:
AbstractElement.php:6
Magento\Framework\Data\Form
Definition:
Form.php:21