Api\ServiceType\ApiAuthenticate::getResult PHP Méthode

getResult() public méthode

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse
Résultat AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse
    public function getResult()
    {
        return parent::getResult();
    }