Ejemplo n.º 1
0
 /**
  * Update an entry
  *
  * @param \Zend\GData\GBase\ItemEntry $entry The Base entry to be updated
  * @param boolean $dryRun Flag for the 'dry-run' parameter
  * @return \Zend\GData\GBase\ItemEntry
  */
 public function updateGBaseItem($entry, $dryRun = false)
 {
     $returnedEntry = $entry->save($dryRun);
     return $returnedEntry;
 }