/**
  * Removes the conversation log entries of the conversations with the given
  * ids.
  * 
  * @param	array<integer>		$objectIDs
  */
 public function remove(array $objectIDs)
 {
     parent::_remove('com.woltlab.wcf.conversation.conversation', $objectIDs);
 }