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-authorizenet
Model
Response
Factory.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Authorizenet\Model\Response
;
7
11
class
Factory
12
{
18
protected
$objectManager
;
19
25
protected
$instanceName
;
26
33
public
function
__construct
(
34
\
Magento
\Framework\ObjectManagerInterface
$objectManager
,
35
$instanceName
= \
Magento
\
Authorizenet
\Model\Response::class
36
) {
37
$this->objectManager =
$objectManager
;
38
$this->instanceName =
$instanceName
;
39
}
40
47
public
function
create
(array
$data
= [])
48
{
49
return
$this->objectManager->create($this->instanceName,
$data
);
50
}
51
}
Magento\Authorizenet\Model\Response\Factory
Definition:
Factory.php:11
Magento\Authorizenet\Model\Response\Factory\__construct
__construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName=\Magento\Authorizenet\Model\Response::class)
Definition:
Factory.php:33
Magento\Authorizenet\Model\Response\Factory\$objectManager
$objectManager
Definition:
Factory.php:18
Magento\Authorizenet\Model\Response
Definition:
Factory.php:6
Magento\Authorizenet\Model\Response\Factory\$instanceName
$instanceName
Definition:
Factory.php:25
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento
Magento\Authorizenet\Model\Response\Factory\create
create(array $data=[])
Definition:
Factory.php:47
Magento\Authorizenet\Model\Authorizenet
Definition:
Authorizenet.php:16