/**
  * Save the User Agent Map in the UserAgentHandlerChain
  *
  * @see WURFL_UserAgentHandlerChain::persistData()
  */
 private function persistClassifiedDevicesUserAgentMap()
 {
     $this->userAgentHandlerChain->persistData();
 }