PHP Class Api\ServiceType\ApiAuthenticate

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Afficher le fichier Open project: wsdltophp/packagegenerator

Méthodes publiques

Méthode Description
AuthenticateAccount ( AuthenticateAccount $authenticateAccount ) : AuthenticateAccountResponse | boolean Method to call the operation originally named AuthenticateAccount
AuthenticateAdmin ( AuthenticateAdmin $authenticateAdmin ) : AuthenticateAdminResponse | boolean Method to call the operation originally named AuthenticateAdmin
AuthenticateCustomer ( AuthenticateCustomer $authenticateCustomer ) : AuthenticateCustomerResponse | boolean Method to call the operation originally named AuthenticateCustomer
AuthenticateReseller ( AuthenticateReseller $authenticateReseller ) : AuthenticateResellerResponse | boolean Method to call the operation originally named AuthenticateReseller
__toString ( ) : string Method returning the class name
getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse Returns the result

Method Details

AuthenticateAccount() public méthode

Method to call the operation originally named AuthenticateAccount
public AuthenticateAccount ( AuthenticateAccount $authenticateAccount ) : AuthenticateAccountResponse | boolean
$authenticateAccount AuthenticateAccount
Résultat AuthenticateAccountResponse | boolean

AuthenticateAdmin() public méthode

Method to call the operation originally named AuthenticateAdmin
public AuthenticateAdmin ( AuthenticateAdmin $authenticateAdmin ) : AuthenticateAdminResponse | boolean
$authenticateAdmin AuthenticateAdmin
Résultat AuthenticateAdminResponse | boolean

AuthenticateCustomer() public méthode

Method to call the operation originally named AuthenticateCustomer
public AuthenticateCustomer ( AuthenticateCustomer $authenticateCustomer ) : AuthenticateCustomerResponse | boolean
$authenticateCustomer AuthenticateCustomer
Résultat AuthenticateCustomerResponse | boolean

AuthenticateReseller() public méthode

Method to call the operation originally named AuthenticateReseller
public AuthenticateReseller ( AuthenticateReseller $authenticateReseller ) : AuthenticateResellerResponse | boolean
$authenticateReseller AuthenticateReseller
Résultat AuthenticateResellerResponse | boolean

__toString() public méthode

Method returning the class name
public __toString ( ) : string
Résultat string __CLASS__

getResult() public méthode

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse
Résultat AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse