Skip to content

Commit

Permalink
Add three public functions:
Browse files Browse the repository at this point in the history
- getStartDate
- getExpiryDate
- getUserLimit
  • Loading branch information
Sebastian Buckpesch committed Feb 6, 2019
1 parent 67105c5 commit e2cc653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Attach one of these parameters to the url to modify the PHP SDK behaviour
| getDevice() | Returns user device information | | array |
| getDeviceType() | Returns the device type of the current device mobile, tablet, desktop | | string |
| getEnvironment() | Returns if the app currently running on a website, facebook or direct website means the app is embedded via iframe to a website facebook means the app is embedded in a facebook page tab direct means the app is being accessed directly without iframe embed | | string |
| getExpirationDate() | Returns a Datetime object, containing the date, the app license expires | | DateTime |
| getExpiryDate() | Returns a Datetime object, containing the date, the app license expires | | DateTime |
| getFacebook() | Returns all available Facebook information, like currently used fanpage and canvas information. | | |
| getLang() | Returns the currently used Language as Language Code (e.g. de_DE, en_US, ...) | | string |
| getParams() | Returns all params submitted to the SmartLink before redirection | | array |
Expand Down

0 comments on commit e2cc653

Please sign in to comment.