Пример #1
0
 /**
  * API for creating an attachment for the object
  *
  * @param string $name      Machine-readable name of the attachment
  * @param string $title     Human-readable title of the attachment
  * @param string $mimetype  MIME-type of the attachment
  * @return boolean Indicating success
  */
 public function create_attachment($name, $title, $mimetype)
 {
     return midcom_baseclasses_core_dbobject::create_attachment($this, $name, $title, $mimetype);
 }