public function __construct()
 {
     $this->authenticator = new DIM_Authenticator();
     $this->versioning = new DIM_Versioning();
     $this->state = new DIM_StateManager("server");
     $this->logger = new DIM_Logger();
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     $this->database = new Database_IO($this->getDatabaseSettings());
     parent::__construct();
 }
 public function __construct()
 {
     $this->state = new DIM_StateManager("client");
     $this->logger = new DIM_Logger();
     parent::__construct();
 }
 public function __construct()
 {
     $this->databaseInfo = $this->getDatabaseSettings();
     $this->logger = new DIM_Logger();
     parent::__construct();
 }