コード例 #1
0
 /**
  * Delete this file and all of its revisions
  *
  * @param void
  * @return boolean
  */
 function delete()
 {
     $this->clearRevisions();
     return parent::delete();
 }
コード例 #2
0
 /**
  * Delete this file and all of its revisions
  *
  * @param void
  * @return boolean
  */
 function delete()
 {
     $this->clearRevisions();
     $this->clearObjectRelations();
     return parent::delete();
 }