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-customer
Block
Address
Renderer
RendererInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Customer\Block\Address\Renderer
;
7
8
use
Magento\Directory\Model\Country\Format
;
9
use
Magento\Customer\Model\Address\AddressModelInterface
;
10
16
interface
RendererInterface
17
{
24
public
function
setType
(\
Magento
\Framework\DataObject
$type
);
25
31
public
function
getType
();
32
41
public
function
render
(
AddressModelInterface
$address
,
$format
=
null
);
42
49
public
function
getFormatArray
(
$addressAttributes
=
null
);
50
58
public
function
renderArray
(
$addressAttributes
,
$format
=
null
);
59
}
Magento\Customer\Model\Address\AddressModelInterface
Definition:
AddressModelInterface.php:15
$addressAttributes
$addressAttributes
Definition:
register.phtml:117
Magento\Customer\Block\Address\Renderer\RendererInterface
Definition:
RendererInterface.php:16
$address
$address
Definition:
customer.php:38
$type
$type
Definition:
item.phtml:13
$format
$format
Definition:
list.phtml:12
Magento\Customer\Block\Address\Renderer\RendererInterface\setType
setType(\Magento\Framework\DataObject $type)
Magento\Customer\Block\Address\Renderer
Definition:
DefaultRendererTest.php:6
Magento
Magento\Directory\Model\Country\Format
Definition:
Format.php:21
Magento\Customer\Block\Address\Renderer\RendererInterface\getFormatArray
getFormatArray($addressAttributes=null)
Magento\Customer\Block\Address\Renderer\RendererInterface\render
render(AddressModelInterface $address, $format=null)
Magento\Customer\Block\Address\Renderer\RendererInterface\getType
getType()
Magento\Customer\Block\Address\Renderer\RendererInterface\renderArray
renderArray($addressAttributes, $format=null)