コード例 #1
0
ファイル: dbaobject.php プロジェクト: nemein/openpsa
 /**
  * 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);
 }