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.
Datei anzeigen Open project: novaksolutions/infusionsoft-php-sdk

Public Properties

Property Type Description
$fileBoxData
$templatesSent

Protected Properties

Property Type Description
$contactApiGoalsAchieved
$emailOptStatus
$tables

Public Methods

Method 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

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

Method Details

achieveGoal() public method

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

add() public method

public add ( $params )

clearAll() public method

public clearAll ( )

delete() public method

public delete ( $params )

getAchievedGoals() public method

public getAchievedGoals ( $contactId )

getObjectById() public method

public getObjectById ( $tableName, $id )

optInEmail() public method

public optInEmail ( $email, $reason )

optOutEmail() public method

public optOutEmail ( $email, $reason )

query() public method

public query ( $params )

sortQueryResults() public method

public sortQueryResults ( $a, $b )

update() public method

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