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

Go to the source code of this file.

Variables

$_optionsforeach(array_reverse( $_options) as $_option)( $_rating->getVoteId() ? $_rating->getVoteId() :$_rating->getId()) ?>]" id endif ="<?= $block->escapeHtmlAttr($_rating->getRatingCode()) ?>_<?= $block->escapeHtmlAttr($_option->getValue()) ?>" value="<?= $block->escapeHtmlAttr($_option->getId()) ?>" <?php if ($block->isSelected($_option, $_rating)):
 
$_iterator endforeach = $block->escapeHtmlAttr($_option->getValue())
 
else __pad0__
 

Variable Documentation

◆ __pad0__

else __pad0__

Definition at line 41 of file detailed.phtml.

◆ endforeach

endforeach = $block->escapeHtmlAttr($_option->getValue())

Definition at line 21 of file detailed.phtml.

◆ endif

$_optionsforeach (array_reverse($_options) as $_option) ($_rating->getVoteId() ? $_rating->getVoteId() : $_rating->getId()) ?>]" id endif ="<?= $block->escapeHtmlAttr($_rating->getRatingCode()) ?>_<?= $block->escapeHtmlAttr($_option->getValue()) ?>" value="<?= $block->escapeHtmlAttr($_option->getId()) ?>" <?php if ($block->isSelected($_option, $_rating)):

Definition at line 19 of file detailed.phtml.