|
| __construct ($oModule) |
|
| me ($aToken) |
|
| user ($aToken) |
|
| friends ($aToken) |
|
| market ($aToken) |
|
| com ($sMethod, $aToken, $bPublic) |
|
| isPublicAPI ($sModule, $sMethod, $sClass=false) |
|
| isSafeAPI ($sModule, $sMethod, $sClass=false) |
|
| service ($aToken, $bPublic=false, $bOutputResultOnly=false) |
|
| errorOutput ($iHttpCode, $sError, $sErrorDesc) |
|
| output ($a) |
|
|
| $aAction2Scope |
|
| $aExceptionsAPI = array ('output', 'errorOutput', 'isPublicAPI') |
|
|
| _isAPI ($sModule, $sMethod, $sClass=false, $sCheckMethod='is_safe_service') |
|
| _getProfileWithAccessChecking ($iProfileId) |
|
| _prepareProfileArray ($oProfile, $bPublicFieldsOnly=true) |
|
◆ $aAction2Scope
BxOAuthAPI::$aAction2Scope |
Initial value:= array (
'me' => 'basic,market,service,api',
'user' => 'basic,market,service,api',
'friends' => 'basic,market,service,api',
'service' => 'service',
'market' => 'market',
'api' => 'api',
)
The documentation for this class was generated from the following file:
- modules/boonex/oauth2/classes/BxOAuthAPI.php