IntegrationManager
in package
User Extended by Shawn Clake Class IntegrationManager User Extended is licensed under the MIT license.
Tags
Table of Contents
- UE_INTEGRATIONS_DISQUS = 'UE_INTEGRATIONS_DISQUS'
- UE_INTEGRATIONS_FACEBOOK = 'UE_INTEGRATIONS_FACEBOOK'
- Integration Types
- createUser() : IntegratedUser
- Creates a user integration
- getUser() : null
- Retrieves a user integration
Constants
UE_INTEGRATIONS_DISQUS
public
mixed
UE_INTEGRATIONS_DISQUS
= 'UE_INTEGRATIONS_DISQUS'
UE_INTEGRATIONS_FACEBOOK
Integration Types
public
mixed
UE_INTEGRATIONS_FACEBOOK
= 'UE_INTEGRATIONS_FACEBOOK'
Methods
createUser()
Creates a user integration
public
static createUser( $integrationId, $userId, $type) : IntegratedUser
Parameters
Return values
IntegratedUser —getUser()
Retrieves a user integration
public
static getUser( $integrationId) : null