PHP Class Infusionsoft_AppData, infusionsoft-php-sdk

User: joey Date: 1/28/13 Time: 2:44 AM To change this template use File | Settings | File Templates.
Afficher le fichier Open project: novaksolutions/infusionsoft-php-sdk

Méthodes publiques

Свойство Type Description
$fileBoxData
$templatesSent

Protected Properties

Свойство Type Description
$contactApiGoalsAchieved
$emailOptStatus
$tables

Méthodes publiques

Méthode Description
achieveGoal ( $integrationName, $goalName, $contactId )
add ( $params )
clearAll ( )
delete ( $params )
getAchievedGoals ( $contactId )
getObjectById ( $tableName, $id )
optInEmail ( $email, $reason )
optOutEmail ( $email, $reason )
query ( $params )
sortQueryResults ( $a, $b )
update ( $params, $ignoreReadOnly = false )

Private Methods

Méthode Description
createTableIfNotExists ( $tableName )
emulateMySqlLike ( $pattern, $value ) Below code by andrewtch - https://github.com/andrewtch/phpwildcard
wildcard_match ( $pattern, $value )

Method Details

achieveGoal() public méthode

public achieveGoal ( $integrationName, $goalName, $contactId )

add() public méthode

public add ( $params )

clearAll() public méthode

public clearAll ( )

delete() public méthode

public delete ( $params )

getAchievedGoals() public méthode

public getAchievedGoals ( $contactId )

getObjectById() public méthode

public getObjectById ( $tableName, $id )

optInEmail() public méthode

public optInEmail ( $email, $reason )

optOutEmail() public méthode

public optOutEmail ( $email, $reason )

query() public méthode

public query ( $params )

sortQueryResults() public méthode

public sortQueryResults ( $a, $b )

update() public méthode

public update ( $params, $ignoreReadOnly = false )

Property Details

$contactApiGoalsAchieved protected_oe property

protected $contactApiGoalsAchieved

$emailOptStatus protected_oe property

protected $emailOptStatus

$fileBoxData public_oe property

public $fileBoxData

$tables protected_oe property

protected $tables

$templatesSent public_oe property

public $templatesSent