Inheritance diagram for ImportBase:
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. set the objects
Definition at line 36 of file importbase.php. |
|
import the data
Reimplemented in ImportGuild, ImportHtml, and ImportScan. Definition at line 48 of file importbase.php. |
|
DB object.
Definition at line 23 of file importbase.php. Referenced by ImportBase(). |
|
Log object.
Definition at line 24 of file importbase.php. Referenced by ImportBase(). |
|
Town object.
Definition at line 26 of file importbase.php. Referenced by ImportBase(). |
|
User object, needed to check coords.
Definition at line 25 of file importbase.php. Referenced by ImportBase(). |