Cheetah
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
ChOAuthAPI Class Reference

Public Member Functions

 __construct ($oModule)
 
 me ($aToken)
 
 user ($aToken)
 
 friends ($aToken)
 
 service ($aToken)
 
 errorOutput ($iHttpCode, $sError, $sErrorDesc)
 
 output ($a)
 

Public Attributes

 $aAction2Scope
 

Protected Member Functions

 _getProfileInfoWithAccessChecking ($iProfileId)
 
 _prepareProfileArray ($aProfileInfo, $bPublicFieldsOnly=true)
 

Protected Attributes

 $_oModule
 
 $_oDb
 

Detailed Description

Definition at line 10 of file ChOAuthAPI.php.

Constructor & Destructor Documentation

◆ __construct()

ChOAuthAPI::__construct (   $oModule)

Definition at line 21 of file ChOAuthAPI.php.

Member Function Documentation

◆ _getProfileInfoWithAccessChecking()

ChOAuthAPI::_getProfileInfoWithAccessChecking (   $iProfileId)
protected

Definition at line 117 of file ChOAuthAPI.php.

◆ _prepareProfileArray()

ChOAuthAPI::_prepareProfileArray (   $aProfileInfo,
  $bPublicFieldsOnly = true 
)
protected

Definition at line 132 of file ChOAuthAPI.php.

◆ errorOutput()

ChOAuthAPI::errorOutput (   $iHttpCode,
  $sError,
  $sErrorDesc 
)

Definition at line 103 of file ChOAuthAPI.php.

◆ friends()

ChOAuthAPI::friends (   $aToken)

Definition at line 54 of file ChOAuthAPI.php.

◆ me()

ChOAuthAPI::me (   $aToken)

Definition at line 27 of file ChOAuthAPI.php.

◆ output()

ChOAuthAPI::output (   $a)

Definition at line 110 of file ChOAuthAPI.php.

◆ service()

ChOAuthAPI::service (   $aToken)

Definition at line 67 of file ChOAuthAPI.php.

◆ user()

ChOAuthAPI::user (   $aToken)

Definition at line 39 of file ChOAuthAPI.php.

Member Data Documentation

◆ $_oDb

ChOAuthAPI::$_oDb
protected

Definition at line 13 of file ChOAuthAPI.php.

◆ $_oModule

ChOAuthAPI::$_oModule
protected

Definition at line 12 of file ChOAuthAPI.php.

◆ $aAction2Scope

ChOAuthAPI::$aAction2Scope
Initial value:
= array (
'me' => 'basic',
'user' => 'basic',
'friends' => 'basic',
'service' => 'basic',
)

Definition at line 14 of file ChOAuthAPI.php.


The documentation for this class was generated from the following file: