Esempio n. 1
0
 /**
  * Deletes post
  *
  * @return Zend_Service_Delicious
  */
 public function delete()
 {
     return $this->_service->deletePost($this->_url);
 }