Overview

Packages

  • exceptions
  • messages
  • operations
  • PHP
  • service
  • types

Classes

  • PartnerAPIError
  • PartnerAPIOperation
  • PartnerAPIOperationAddEmailVerification
  • PartnerAPIOperationAddSanVerification
  • PartnerAPIOperationCancelOrder
  • PartnerAPIOperationGetCertificate
  • PartnerAPIOperationGetEmailVerification
  • PartnerAPIOperationGetExpiringCertificates
  • PartnerAPIOperationGetModifiedOrders
  • PartnerAPIOperationGetOrderByOrderID
  • PartnerAPIOperationGetOrdersByDateRange
  • PartnerAPIOperationGetOrderState
  • PartnerAPIOperationGetProductList
  • PartnerAPIOperationGetSanVerificationState
  • PartnerAPIOperationModifySNICertificate
  • PartnerAPIOperationOrderSNICertificate
  • PartnerAPIOperationPerformSanVerification
  • PartnerAPIOperationQuickOrder
  • PartnerAPIOperationReissueCertificate
  • PartnerAPIOperationRenewCertificate
  • PartnerAPIOperationRevokeCertificate
  • PartnerAPIOperationValidateOrderParameters
  • PartnerAPIOperationVerifyOrder
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPIOperationGetOrderState

This class represents the getOrderState WSDL operation.

It is based on the PartnerAPIOperation class and derives some properties and methods from that class.

PartnerAPIOperation
Extended by PartnerAPIOperationGetOrderState
Package: operations
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/operations/operationGetOrderState.php
Methods summary
public
# __construct( )

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationGetOrderState
# setOrderID( string $orderID )

Sets an order ID for the request.

Sets an order ID for the request.

Setting this value is required.

Parameters

$orderID
string
$orderID

Returns

PartnerAPIOperationGetOrderState
public string
# getOrderStatus( )

Gets an order status returned in a response.

Gets an order status returned in a response.

Returns

string
public string
# getLastUpdateDate( )

Gets last update date returned in a response.

Gets last update date returned in a response.

Returns

string
public PartnerAPITypeOrderVerification[]
# getOrderVerifications( )

Returns orderVerifications contained in a response.

Returns orderVerifications contained in a response.

This method always returns an array. If there is no order in the response an empty array is returned. Otherwise, an array with one or more orders is returned.

Returns

PartnerAPITypeOrderVerification[]
Methods inherited from PartnerAPIOperation
call(), getErrorTexts(), getErrors(), getInputDataAsArray(), getOutputDataAsArray(), getResponseHeader(), getResponseMessage(), getResponseTimeLocal(), getService(), isSuccess(), setService()
Magic methods summary
public PartnerAPIMessageGetOrderStateResponse
# getResponseMessage( )

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageGetOrderStateResponse
Properties summary
protected PartnerAPIMessageGetOrderState $_input NULL
#
protected PartnerAPIMessageGetOrderStateResponse $_output NULL
#
protected string $_operation 'getOrderState'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0