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

Go to the source code of this file.

Variables

 $sessionInfoCollection = $block->getSessionInfoCollection()
 
if($block->areMultipleSessionsActive()) foreach( $sessionInfoCollection as $item)( $item->getFormattedIp()) ?></td >< td ><? endforeach = $block->escapeHtml($block->formatDateTime($item->getCreatedAt()))
 

Variable Documentation

◆ $sessionInfoCollection

$sessionInfoCollection = $block->getSessionInfoCollection()

Definition at line 14 of file activity.phtml.

◆ endforeach

if ( $block->areMultipleSessionsActive())foreach ($sessionInfoCollection as $item) ($item->getFormattedIp()) ?></td> <td><? endforeach = $block->escapeHtml($block->formatDateTime($item->getCreatedAt()))

Definition at line 42 of file activity.phtml.