Overview

Namespaces

  • None
  • PHP

Classes

  • Account
  • AccountContactInfo
  • AccountInfo
  • Donation
  • DonationInfo
  • Donor
  • DonorInfo
  • iGivefirst

Exceptions

  • iGivefirst_AccountInformationIncomplete
  • iGivefirst_AccountNotCreated
  • iGivefirst_AccountNotUpdated
  • iGivefirst_AuthenticationError
  • iGivefirst_DonationInformationIncomplete
  • iGivefirst_DonationNotCreated
  • iGivefirst_DonorAlreadyExists
  • iGivefirst_DonorInformationIncomplete
  • iGivefirst_DonorNotCreated
  • iGivefirst_Error
  • iGivefirst_HttpError
  • iGivefirst_ObjectAlreadyExists
  • iGivefirst_ObjectNotFound
  • Overview
  • Namespace
  • Class
  • Tree

Class iGivefirst

Main interface for the iGivefirst Donation API

Located at iGivefirst.php
Methods summary
public
# __construct( string $apikey, string $apisecret, boolean $sandbox = true )

Construct the interface class

Construct the interface class

Parameters

$apikey
string
$apikey Publisher API key
$apisecret
string
$apisecret Publisher API secret
$sandbox
boolean
$sandbox Indicates if the sandbox should be used. Defaults to true
public
# execute( mixed $request )
Properties summary
public mixed $donor
#
public mixed $account
#
public mixed $donation
#
public mixed $client
#
API documentation generated by ApiGen 2.8.0