コード例 #1
0
ファイル: WURFLService.php プロジェクト: acasademont/wurfl
 /**
  * Returns all devices ID present in WURFL
  *
  * @return array of strings
  */
 public function getAllDevicesID()
 {
     return $this->_deviceRepository->getAllDevicesID();
 }