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

Go to the source code of this file.

Variables

 $code = $block->escapeHtml($block->getMethodCode())
 
 $ccType = $block->getInfoData('cc_type')
 
 $ccExpMonth = $block->getInfoData('cc_exp_month')
 
 $ccExpYear = $block->getInfoData('cc_exp_year')
 
foreach( $block->getCcAvailableTypes() as $typeCode=> $typeName)( $typeCode) ?>" <?php if ($typeCode endif endforeachforeach ($block->getCcMonths() as $k => $v) ($k) ?>"<?php if( $k endif endforeach = $block->escapeHtml($v)
 

Variable Documentation

◆ $ccExpMonth

$ccExpMonth = $block->getInfoData('cc_exp_month')

Definition at line 13 of file cc.phtml.

◆ $ccExpYear

$ccExpYear = $block->getInfoData('cc_exp_year')

Definition at line 14 of file cc.phtml.

◆ $ccType

$ccType = $block->getInfoData('cc_type')

Definition at line 12 of file cc.phtml.

◆ $code

$code = $block->escapeHtml($block->getMethodCode())

Definition at line 11 of file cc.phtml.

◆ endforeach

foreach ($block->getCcAvailableTypes() as $typeCode => $typeName) ($typeCode) ?>" <?php if ($typeCode endif endforeachforeach ($block->getCcMonths() as $k => $v) ($k) ?>" <?php if ($k endif endforeach = $block->escapeHtml($v)

Definition at line 54 of file cc.phtml.