示例#1
0
 /**
  * Remove all object relations from the database
  *
  * @param void
  * @return boolean
  */
 function clearObjectRelations()
 {
     return AttachedFiles::clearRelationsByFile($this);
 }