Class MessageInserter

(line 14)

Description

EtChatConfig
   |
   --MessageInserter

Located in File: /MessageInserter.class.php

Class MessageInserter, insert system and user messages into DB and transform it if needed

LICENSE: CREATIVE COMMONS PUBLIC LICENSE "Namensnennung — Nicht-kommerziell 2.0"



Class Variables

Summary:
String $status

$dbObj (line 20)

Data type : ConnectDB

DB-Connection Obj
  • access: - private

$status (line 26)

Data type : String

Status var only needed for information if the user will be inserted into blacklist because of spam

Class Constants

Summary:

Method Detail

Summary:
void __construct ( $dbObj, Array $raum_array, ConnectDB $dbObj,)
bool spamTester ()

Constructor __construct (line 36)

void __construct( $dbObj, Array $raum_array, ConnectDB $dbObj,)

Overrides : EtChatConfig::__construct() Constructor

Constructor

Parameters

  • ConnectDB $dbObj,: Obj with the db connection handler
  • Array $raum_array:
  • $dbObj:

Info

Method messageTransformer (line 107)

void messageTransformer( )

Transforms the message

Info

  • access - private

Method spamTester (line 134)

bool spamTester( )

Test if the message is a spam, warns the user and insert him into the blacklist if needed

Info

Inherited Variables

Inherited Class Variable Summary

Inherited From Class EtChatConfig

EtChatConfig::$_database -

EtChatConfig::$_limit_logins_in_three_minutes -

EtChatConfig::$_messages_shown_on_entrance -

EtChatConfig::$_prefix -

EtChatConfig::$_sqlhost -

EtChatConfig::$_sqlpass -

EtChatConfig::$_sqluser -

EtChatConfig::$_usedDatabase -

EtChatConfig::$_usedDatabaseExtension -

Inherited Methods

Inherited Method Summary

Inherited From Class EtChatConfig

EtChatConfig::__construct() - Constructor



Documentation generated on Tue, 22 Dec 2009 09:42:49 +0100 by phpDocumentor 1.4.1