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-payment
Block
Transparent
Iframe.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Payment\Block\Transparent
;
7
14
class
Iframe
extends
\Magento\Framework\View\Element\Template
15
{
16
const
REGISTRY_KEY
=
'transparent_form_params'
;
17
23
protected
$coreRegistry
;
24
32
public
function
__construct
(
33
\
Magento
\Framework\View\Element\Template\
Context
$context,
34
\
Magento
\Framework\Registry
$registry
,
35
array
$data
= []
36
) {
37
$this->coreRegistry =
$registry
;
38
parent::__construct($context,
$data
);
39
}
40
46
protected
function
_prepareLayout
()
47
{
48
$params
= $this->coreRegistry->registry(self::REGISTRY_KEY);
49
$this->setParams(
$params
);
50
return
parent::_prepareLayout();
51
}
52
}
Magento\Payment\Block\Transparent\Iframe\__construct
__construct(\Magento\Framework\View\Element\Template\Context $context, \Magento\Framework\Registry $registry, array $data=[])
Definition:
Iframe.php:32
Magento\Payment\Block\Transparent
Definition:
IframeTest.php:6
Magento\Payment\Block\Transparent\Iframe\_prepareLayout
_prepareLayout()
Definition:
Iframe.php:46
Magento\Payment\Block\Transparent\Iframe
Definition:
Iframe.php:14
Magento\Payment\Block\Transparent\Iframe\$coreRegistry
$coreRegistry
Definition:
Iframe.php:23
$registry
$registry
Definition:
bundle_product_with_not_visible_children_rollback.php:16
Magento\Framework\View\Element\Template\Context
Definition:
Context.php:23
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento
Magento\Framework\View\Element\Template
Definition:
Template.php:32
Magento\Payment\Block\Transparent\Iframe\REGISTRY_KEY
const REGISTRY_KEY
Definition:
Iframe.php:16
$params
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition:
website.php:18