Ejemplo n.º 1
0
 /**
  * Update an entry
  *
  * @param Varien_Gdata_Gshopping_Entry $entry The Content entry to be updated
  * @param boolean $dryRun Flag for the 'dry-run' parameter
  * @return Varien_Gdata_Gshopping_Entry
  */
 public function updateItem(Varien_Gdata_Gshopping_Entry $entry, $dryRun = false)
 {
     return $entry->save($dryRun);
 }