Esempio n. 1
0
 /**
  * Returns all devices ID present in WURFL
  *
  * @return array of strings
  */
 public function getAllDevicesID()
 {
     return $this->_deviceRepository->getAllDevicesID();
 }