Method |
Description |
|
__construct ( $hostname = '', $apiKeyOrStorageProvider = null, $port = 443 ) |
|
|
addException ( Exception $e ) |
|
|
connect ( Infusionsoft_TokenStorageProvider $tokenStorageProvider = null ) |
|
|
enableDebug ( ) |
|
|
formatDate ( $dateStr ) |
|
|
getAccessToken ( ) |
|
|
getApiKey ( ) |
|
|
getExceptions ( ) |
|
|
getHostname ( ) |
|
|
getPort ( ) |
|
|
getTotalHttpCalls ( ) |
|
|
hasTokens ( ) |
|
|
logger ( Infusionsoft_Logger $object ) |
|
|
refreshTokens ( ) |
|
|
send ( $method, $args, $retry = false ) |
|
|
sendWithoutAddingKey ( $method, $args, $retry = false ) |
|
|
setTimeout ( $timeout ) |
|
|
updateAndSaveTokens ( $accessToken, $refreshToken, $expiresIn ) |
|
|