PHP Class Api\ServiceType\ApiAuthenticate

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Methods

Method 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 method

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

AuthenticateAdmin() public method

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

AuthenticateCustomer() public method

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

AuthenticateReseller() public method

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

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getResult() public method

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