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

Go to the source code of this file.

Variables

 $dots = 'dots' . uniqid()
 
if(isset($_option['remainder']) && $_option['remainder']) $id = 'id' . uniqid()
 
 endif = $dots
 
 endforeach
 

Variable Documentation

◆ $dots

$dots = 'dots' . uniqid()

Definition at line 34 of file name.phtml.

◆ $id

if (isset( $_option[ 'remainder']) &&$_option[ 'remainder']) $id = 'id' . uniqid()

Definition at line 36 of file name.phtml.

◆ endforeach

endforeach

Definition at line 50 of file name.phtml.

◆ endif

endif = $dots

Definition at line 44 of file name.phtml.