PHP Class Oara\Network\Publisher\ShareASale

Author: Carlos Morillo Merino
Inheritance: extends Oara\Network
Afficher le fichier Open project: fubralimited/php-oara

Méthodes publiques

Méthode 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

Méthode Description
makeCall ( $actionVerb, string $params = "" ) : mixed

Method Details

checkConnection() public méthode

public checkConnection ( ) : boolean
Résultat boolean

getMerchantList() public méthode

public getMerchantList ( ) : array
Résultat array

getNeededCredentials() public méthode

public getNeededCredentials ( ) : array
Résultat array

getTransactionList() public méthode

public getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
$merchantList null
$dStartDate DateTime
$dEndDate DateTime
Résultat array

login() public méthode

Constructor and Login
public login ( $credentials ) : ShareASale
$credentials
Résultat ShareASale