/**
  * Initializes the class.
  */
 public function __construct()
 {
     $this->apiWrapper = tx_realurl_apiwrapper::getInstance();
     $this->db = $this->apiWrapper->getDatabaseConnection();
     $this->hasStaticInfoTables = $this->apiWrapper->isExtLoaded('static_info_tables');
 }