<p>Instantiate two instances of the Menuitem class</p><p>1) Using the information provided in the index.html file,populate two instances of the menuItem class in the index.phpfile.</p><p><strong>MenuItem Class</strong></p><p><?php<br/>Class menuItem {<br/><br/>private $itemName;<br/>private $description;<br/>private $price;<br/><br/><br/>public