コード例 #1
0
ファイル: cleanup.php プロジェクト: Sajaki/customisation-db
 /**
  * Delete attachments
  *
  * @param array $attachments	Array of attachments
  */
 protected function delete_attachments(array $attachments)
 {
     $this->attachments->store($attachments)->delete_all();
 }