Example #1
0
 /**
  * Deletes this entry to the server using the referenced
  * Zend_Http_Client to do a HTTP DELETE to the edit link stored in this
  * entry's link collection.
  *
  * @return void
  * @throws Zend_Gdata_App_Exception
  */
 public function delete()
 {
     $service = new Zend_Gdata_App($this->getHttpClient());
     $service->delete($this);
 }