/**
  * Class Constructor
  */
 function __construct()
 {
     $this->adapter = Elios_Service_Thetvdb_Adapter::getInstance();
     $this->apikey = $this->adapter->getApiKey();
     $this->where = array();
     //@todo limit setMirrors calls
     $this->adapter->setMirors();
     $this->mirrortype = self::XMLMASK;
 }