PHP 클래스 Api\ServiceType\ApiAuthenticate

상속: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 메소드들

메소드 설명
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