Browse Source

add missing public interface for iOS client app id

tags/v8.0.0alpha1
Morris Jobke 9 years ago
parent
commit
5b3dbb4ef8
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      lib/public/defaults.php

+ 8
- 0
lib/public/defaults.php View File

@@ -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