|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $_order | $i = 0 |
| $columns = $block->getColumns() | |
| $lastItemNumber foreach($columns as $columnName=> $columnTitle) | endforeach = $columnTitle |
| $_items = $block->getItemsCollection() | |
| foreach( $_items as $_item)($_item->getParentItem()) | else |
| $_items = $block->getItemsCollection() |
Definition at line 27 of file items.phtml.
| $columns = $block->getColumns() |
Definition at line 19 of file items.phtml.
| $i = 0 |
Definition at line 18 of file items.phtml.
| foreach ($_items as $_item) ( $_item->getParentItem()) else |
Definition at line 31 of file items.phtml.
| endforeach = $columnTitle |
Definition at line 23 of file items.phtml.