Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RendererInterface.php
Go to the documentation of this file.
1 <?php
7 
10 
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 }
$addressAttributes
Definition: register.phtml:117
$address
Definition: customer.php:38
$type
Definition: item.phtml:13
$format
Definition: list.phtml:12
setType(\Magento\Framework\DataObject $type)
render(AddressModelInterface $address, $format=null)