|
| | __construct (&$aModule) |
| |
| | actionAdministration () |
| |
| | actionStart () |
| |
| | actionHandle () |
| |
| | __construct ($aModule) |
| |
| | _actionAdministration ($sOptionApiKey, $sLangSettingsTitle, $sLangInfoTitle='', $sLangInfoText='', $sInfoTextParam='') |
| |
| | setLogged ($iProfileId, $sPassword, $sCallbackUrl='', $bRedirect=true) |
| |
| | getAlternativeName ($sNickName) |
| |
| | getJoinAfterPaymentPage ($aProfileInfo) |
| |
| | processJoinAfterPayment (&$oAlert) |
| |
| | _assignAvatar ($sAvatarUrl, $iProfileId=false) |
| |
| | _createProfile ($aProfileInfo, $sAlternativeName='') |
| |
| | _createProfileRaw ($aProfileInfo, $sAlternativeName='', $isAutoFriends=true, $isSetLoggedIn=true) |
| |
| | _getJoinPage ($aProfileFields, $iRemoteProfileId) |
| |
| | _getRedirectUrl ($iProfileId, $isExistingProfile=false) |
| |
| | isLogged () |
| |
| | getUserId () |
| |
| | getUserPassword () |
| |
| | getTitleKey ($sUri) |
| |
| | serviceGetBaseUrl () |
| |
Definition at line 16 of file ChDolphConModule.php.
◆ __construct()
| ChDolphConModule::__construct |
( |
& |
$aModule | ) |
|
◆ _convertRemoteFields()
| ChDolphConModule::_convertRemoteFields |
( |
|
$aProfileInfo, |
|
|
|
$sAlternativeName = '' |
|
) |
| |
|
protected |
- Parameters
-
| $aProfileInfo | - remote profile info |
| $sAlternativeName | - suffix to add to NickName to make it unique |
- Returns
- profile array info, ready for the local database
Reimplemented from ChWsbConnectModule.
Definition at line 148 of file ChDolphConModule.php.
◆ _genCsrfToken()
| ChDolphConModule::_genCsrfToken |
( |
|
$bReturn = false | ) |
|
|
protected |
◆ _getCsrfToken()
| ChDolphConModule::_getCsrfToken |
( |
| ) |
|
|
protected |
◆ actionAdministration()
| ChDolphConModule::actionAdministration |
( |
| ) |
|
Generate admin page;
- Returns
- : (text) - html presentation data;
Definition at line 28 of file ChDolphConModule.php.
◆ actionHandle()
| ChDolphConModule::actionHandle |
( |
| ) |
|
◆ actionStart()
| ChDolphConModule::actionStart |
( |
| ) |
|
Redirect to remote Cheetah site login form
- Returns
- n/a/ - redirect or HTML page in case of error
Definition at line 38 of file ChDolphConModule.php.
The documentation for this class was generated from the following file: