コード例 #1
0
 /**
  * Delete the hookup which belongs to the topic by deleting all parts.
  *
  * @param object $event The event object
  * @return null
  * @access public
  */
 public function delete_topic($event)
 {
     $this->hookup->delete_in_db($event['topic_ids'], false);
 }