Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Tracking
    • Exceptions
    • Services
  • PHP

Classes

  • CtctOAuth2
  • SessionDataStore

Interfaces

  • CtctDataStore
  • Overview
  • Namespace
  • Class
  • Tree

Interface CtctDataStore

Interface containing the necessary functionality to manage an OAuth2 data store

Direct known implementers

Ctct\Auth\SessionDataStore
Namespace: Ctct\Auth
Package: Auth
Author: Constant Contact
Located at Ctct/Auth/CtctDataStore.php
Methods summary
public
# addUser( mixed $id, array $params )

Add a new user to the data store

Add a new user to the data store

Parameters

$id
mixed
$id - unique identifier
$params
array
$params - additional parameters
public
# getUser( mixed $id )

Get an existing user from the data store

Get an existing user from the data store

Parameters

$id
mixed
$id - unique identifier
public
# updateUser( mixed $id, array $params )

Update an existing user in the data store

Update an existing user in the data store

Parameters

$id
mixed
$id - unique identifier
$params
array
$params - additional parameters
public
# deleteUser( mixed $id )

Delete an existing user from the data store

Delete an existing user from the data store

Parameters

$id
mixed
$id - unique identifier
Appconnect PHP SDK API documentation generated by ApiGen 2.8.0