PHP Class Oara\Network\Publisher\ShareASale

Author: Carlos Morillo Merino
Inheritance: extends Oara\Network
Show file Open project: fubralimited/php-oara

Public Methods

Method Description
checkConnection ( ) : boolean
getMerchantList ( ) : array
getNeededCredentials ( ) : array
getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
login ( $credentials ) : ShareASale Constructor and Login

Private Methods

Method Description
makeCall ( $actionVerb, string $params = "" ) : mixed

Method Details

checkConnection() public method

public checkConnection ( ) : boolean
return boolean

getMerchantList() public method

public getMerchantList ( ) : array
return array

getNeededCredentials() public method

public getNeededCredentials ( ) : array
return array

getTransactionList() public method

public getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
$merchantList null
$dStartDate DateTime
$dEndDate DateTime
return array

login() public method

Constructor and Login
public login ( $credentials ) : ShareASale
$credentials
return ShareASale