Пример #1
0
 /**
  * Delete an attachment of the this object
  *
  * @param string $name     Name of the attachment
  * @return boolean Indicating success
  */
 public function delete_attachment($name)
 {
     return midcom_baseclasses_core_dbobject::delete_attachment($this, $name);
 }