add missing public interface for iOS client app id

remotes/origin/fix-10825
Morris Jobke 10 years ago
parent e9029f94cb
commit 5b3dbb4ef8
  1. 8
      lib/public/defaults.php

@ -144,4 +144,12 @@ class Defaults {
public function getLongFooter() {
return $this->defaults->getLongFooter();
}
/**
* Returns the AppId for the App Store for the iOS Client
* @return string AppId
*/
public function getiTunesAppId() {
return $this->defaults->getiTunesAppId();
}
}

Loading…
Cancel
Save