You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-play.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ protected function getApplicationPage($packageName, $lang='en_US', $loc='US') {
60
60
}
61
61
62
62
/** Dump the raw page content for debugging purposes
63
-
* @method dump_raw
63
+
* @method public dump_raw
64
64
* @param string packageName identifier for the app, e.g. 'com.example.app'
65
65
* @param optional string fileName basename of the files to write to, optionally with leading path (default: ${packageName}; extensions will be appended)
66
66
* @param optional string lang language for translations. Should be ISO 639-1 two-letter code. Default: en
@@ -292,7 +292,7 @@ public function parseApplication($packageName, $lang='en_US', $loc='US') {
292
292
}
293
293
294
294
/** Obtain permissions for a given app
295
-
* @method parsePerms
295
+
* @method public parsePerms
296
296
* @param string packageName identifier for the app, e.g. 'com.example.app'
297
297
* @param optional string lang language for translations. Should be ISO 639-1 two-letter code. Default: en
298
298
* @return array permission on success, details on the error otherwise
@@ -445,7 +445,7 @@ public function parseCategories($force=false) {
445
445
}
446
446
447
447
/** Obtain list of similar apps
448
-
* @method parseSimilar
448
+
* @method public parseSimilar
449
449
* @param string packageName package name of the app to find similars for, e.g. 'com.example.app'
450
450
* @return array array of package names
451
451
*/
@@ -459,7 +459,7 @@ public function parseSimilar($packageName) {
459
459
}
460
460
461
461
/** Obtain list of other apps by same author
462
-
* @method parseOthers
462
+
* @method public parseOthers
463
463
* @param string packageName package name of the app to find similars for, e.g. 'com.example.app'
0 commit comments