cache = NullCache::class; //Get the refresh token from the database $token = $esiHelper->GetRefreshToken($config['primary']); $this->esi = $esiHelper->SetupEsiAuthentication($token); } public function GetNumOfContracts() { } public function GetContractDetails($contract) { } } ?>