示例#1
0
文件: Cart.php 项目: aiesh/magento2
 /**
  * Prepare Quote Item Product URLs
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->prepareItemUrls();
 }