예제 #1
0
 /**
  * set item uid
  */
 public function setItemUid()
 {
     parent::setItemUid($this->item['id_product']);
 }
예제 #2
0
파일: Xml.php 프로젝트: buttasg/cowgirlk
 /**
  * set product id for the review
  */
 public function setItemUid()
 {
     parent::setItemUid($this->item->getEntityPkValue());
 }