Пример #1
0
 /**
  * Get the requested attachment object
  *
  * @param string $name    Attachment URL name
  * @return boolean Indicating success
  */
 public function get_attachment($name)
 {
     return midcom_baseclasses_core_dbobject::get_attachment($this, $name);
 }