Esempio n. 1
0
File: Books.php Progetto: rexmac/zf2
 /**
  * Delete a Volume
  *
  * @param \Zend\GData\Books\VolumeEntry $entry
  * @return void
  */
 public function deleteVolume($entry)
 {
     $entry->delete();
 }