PHP Класс Api\ServiceType\ApiAuthenticate

Наследование: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AuthenticateAccount() публичный Метод

Method to call the operation originally named AuthenticateAccount
public AuthenticateAccount ( AuthenticateAccount $authenticateAccount ) : AuthenticateAccountResponse | boolean
$authenticateAccount AuthenticateAccount
Результат AuthenticateAccountResponse | boolean

AuthenticateAdmin() публичный Метод

Method to call the operation originally named AuthenticateAdmin
public AuthenticateAdmin ( AuthenticateAdmin $authenticateAdmin ) : AuthenticateAdminResponse | boolean
$authenticateAdmin AuthenticateAdmin
Результат AuthenticateAdminResponse | boolean

AuthenticateCustomer() публичный Метод

Method to call the operation originally named AuthenticateCustomer
public AuthenticateCustomer ( AuthenticateCustomer $authenticateCustomer ) : AuthenticateCustomerResponse | boolean
$authenticateCustomer AuthenticateCustomer
Результат AuthenticateCustomerResponse | boolean

AuthenticateReseller() публичный Метод

Method to call the operation originally named AuthenticateReseller
public AuthenticateReseller ( AuthenticateReseller $authenticateReseller ) : AuthenticateResellerResponse | boolean
$authenticateReseller AuthenticateReseller
Результат AuthenticateResellerResponse | boolean

__toString() публичный Метод

Method returning the class name
public __toString ( ) : string
Результат string __CLASS__

getResult() публичный Метод

Returns the result
См. также: AbstractSoapClientBase::getResult()
public getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse
Результат AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse