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

if( $block->getReviews() &&count( $block->getReviews()))(__( 'Product Reviews')) ?></caption >< thead >< tr >< th scopeforeach( $block->getReviews() as $review)(__( 'Created')) ?>" classif($review->getSum()) (__('Rating')) ?> ((int)$review->getSum() / (int)$review->getCount()) ?>%">< span style endif ="width:<?= /* @noEscape */ ((int)$review->getSum() / (int)$review->getCount()) ?>%;"><span><?= ((int)$review->getSum() / (int)$review->getCount())
 
 endforeach = $block->escapeHtml(__('See Details'))
 
else __pad2__
 

Variable Documentation

◆ __pad2__

else __pad2__

Definition at line 63 of file list.phtml.

◆ endforeach

endforeach = $block->escapeHtml(__('See Details'))

Definition at line 48 of file list.phtml.

◆ endif

if ($block->getReviews() && count($block->getReviews())) (__('Product Reviews')) ?></caption> <thead> <tr> <th scopeforeach ($block->getReviews() as $review) (__('Created')) ?>" classif($review->getSum()) (__('Rating')) ?> ((int)$review->getSum() / (int)$review->getCount()) ?>%"> <span style endif ="width:<?= /* @noEscape */ ((int)$review->getSum() / (int)$review->getCount()) ?>%;"><span><?= ((int)$review->getSum() / (int)$review->getCount())

Definition at line 34 of file list.phtml.