Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

ImportBase Class Reference

Inheritance diagram for ImportBase:

ImportGuild ImportHtml ImportScan List of all members.

Detailed Description

Author:
Robert Vock <smir@andaloria.de>

Definition at line 21 of file importbase.php.

Public Member Functions

 ImportBase (&$oDB, &$oUser, &$oTown, &$oLog)
 constructor.
 import ($strData)
 import the data

Public Attributes

 $oDB
 DB object.
 $oLog
 Log object.
 $oUser
 User object, needed to check coords.
 $oTown
 Town object.


Constructor & Destructor Documentation

ImportBase::ImportBase &$  oDB,
&$  oUser,
&$  oTown,
&$  oLog
 

constructor.

set the objects

Parameters:
$oDB reference to database object
$oUser reference to User object
$oTown reference to Town object
$oLog reference to logger object

Definition at line 36 of file importbase.php.

References $oDB, $oLog, $oTown, and $oUser.


Member Function Documentation

ImportBase::import strData  ) 
 

import the data

Parameters:
$strData user input

Reimplemented in ImportGuild, ImportHtml, and ImportScan.

Definition at line 48 of file importbase.php.


Member Data Documentation

ImportBase::$oDB
 

DB object.

Definition at line 23 of file importbase.php.

Referenced by ImportBase().

ImportBase::$oLog
 

Log object.

Definition at line 24 of file importbase.php.

Referenced by ImportBase().

ImportBase::$oTown
 

Town object.

Definition at line 26 of file importbase.php.

Referenced by ImportBase().

ImportBase::$oUser
 

User object, needed to check coords.

Definition at line 25 of file importbase.php.

Referenced by ImportBase().


The documentation for this class was generated from the following file:
Generated on Sun May 8 19:29:46 2005 for PhpMap by  doxygen 1.4.2