Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
list.phtml File Reference

Go to the source code of this file.

Variables

 $_items = $block->getReviewsCollection()->getItems()
 
 $format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT
 
 endif = $block->getChildHtml('toolbar')
 
 endforeach = $block->escapeHtml($block->formatDate($_review->getCreatedAt(), $format))
 

Variable Documentation

◆ $_items

$_items = $block->getReviewsCollection()->getItems()

Definition at line 11 of file list.phtml.

◆ $format

$format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT

Definition at line 12 of file list.phtml.

◆ endforeach

endforeach = $block->escapeHtml($block->formatDate($_review->getCreatedAt(), $format))

Definition at line 53 of file list.phtml.

◆ endif

endif = $block->getChildHtml('toolbar')

Definition at line 42 of file list.phtml.