Overview

Packages

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

Classes

  • PartnerAPIType
  • PartnerAPITypeAddEmailVerificationRequest
  • PartnerAPITypeAddEmailVerificationResponse
  • PartnerAPITypeAddSanVerificationRequest
  • PartnerAPITypeAddSanVerificationResponse
  • PartnerAPITypeAddSerialNumbers
  • PartnerAPITypeApproverEmailPrefixType
  • PartnerAPITypeAuthToken
  • PartnerAPITypeBusinessCategoryEnum
  • PartnerAPITypeCaBundle
  • PartnerAPITypeCancelOrderReponse
  • PartnerAPITypeCancelOrderRequest
  • PartnerAPITypeCancelParameters
  • PartnerAPITypeCertificateDetails
  • PartnerAPITypeCertificateStatusEnum
  • PartnerAPITypeCertificationRequestStateTypeEnum
  • PartnerAPITypeDocument
  • PartnerAPITypeDocuments
  • PartnerAPITypeDocumentTypeEnum
  • PartnerAPITypeDomainVerificationRequest
  • PartnerAPITypeEmailVerification
  • PartnerAPITypeError
  • PartnerAPITypeErrors
  • PartnerAPITypeExpiringCertificates
  • PartnerAPITypeFile
  • PartnerAPITypeFileName
  • PartnerAPITypeFiles
  • PartnerAPITypeFQDNs
  • PartnerAPITypeGetCertificateRequest
  • PartnerAPITypeGetCertificateResponse
  • PartnerAPITypeGetEmailVerificationRequest
  • PartnerAPITypeGetEmailVerificationResponse
  • PartnerAPITypeGetExpiringCertificatesRequest
  • PartnerAPITypeGetExpiringCertificatesResponse
  • PartnerAPITypeGetModifiedOrdersRequest
  • PartnerAPITypeGetOrderByOrderIDRequest
  • PartnerAPITypeGetOrdersByDateRangeRequest
  • PartnerAPITypeGetOrdersRequest
  • PartnerAPITypeGetOrdersResponse
  • PartnerAPITypeGetOrderStateRequest
  • PartnerAPITypeGetOrderStateResponse
  • PartnerAPITypeGetProductListRequest
  • PartnerAPITypeGetProductListResponse
  • PartnerAPITypeGetProductListResponse_Products
  • PartnerAPITypeGetSanVerificationStateRequest
  • PartnerAPITypeGetSanVerificationStateResponse
  • PartnerAPITypeHashAlgorithmEnum
  • PartnerAPITypeInvalidSerialNumbers
  • PartnerAPITypeModifySNICertificateRequest
  • PartnerAPITypeModifySNICertificateResponse
  • PartnerAPITypeOrder
  • PartnerAPITypeOrderDetails
  • PartnerAPITypeOrderOption
  • PartnerAPITypeOrderParameters
  • PartnerAPITypeOrderRequest
  • PartnerAPITypeOrders
  • PartnerAPITypeOrderSNICertificateRequest
  • PartnerAPITypeOrderSNICertificateResponse
  • PartnerAPITypeOrderSNIParameters
  • PartnerAPITypeOrderStatus
  • PartnerAPITypeOrderVerification
  • PartnerAPITypeOrderVerifications
  • PartnerAPITypeOrderVerificationStateEnum
  • PartnerAPITypeOrderVerificationTypeEnum
  • PartnerAPITypeOrganizationInfo
  • PartnerAPITypeParsedCsr
  • PartnerAPITypePerformSanVerificationResponse
  • PartnerAPITypeProduct
  • PartnerAPITypeProduct_SupportedHashAlgorithms
  • PartnerAPITypeQuickOrderRequest
  • PartnerAPITypeQuickOrderResponse
  • PartnerAPITypeReissueCertificateRequest
  • PartnerAPITypeReissueCertificateResponse
  • PartnerAPITypeRemoveSerialNumbers
  • PartnerAPITypeRenewCertificateRequest
  • PartnerAPITypeRenewCertificateResponse
  • PartnerAPITypeRequest
  • PartnerAPITypeRequestHeader
  • PartnerAPITypeRequestorInfo
  • PartnerAPITypeResponse
  • PartnerAPITypeResponseHeader
  • PartnerAPITypeRevocationReasonEnum
  • PartnerAPITypeRevokeCertificateParameters
  • PartnerAPITypeRevokeCertificateRequest
  • PartnerAPITypeRevokeCertificateResponse
  • PartnerAPITypeSanApprover
  • PartnerAPITypeSanEntries
  • PartnerAPITypeSanEntry
  • PartnerAPITypeSanVerification
  • PartnerAPITypeSanVerificationManualState
  • PartnerAPITypeSanVerificationState
  • PartnerAPITypeSanVerificationStateEnum
  • PartnerAPITypeSanVerificationStates
  • PartnerAPITypeSanVerificationSystemMethodEnum
  • PartnerAPITypeSanVerificationSystemState
  • PartnerAPITypeSerialNumbers
  • PartnerAPITypeValidateOrderParametersRequest
  • PartnerAPITypeValidateOrderParametersResponse
  • PartnerAPITypeVerificationMethodType
  • PartnerAPITypeVerifyOrderParameters
  • PartnerAPITypeVerifyOrderRequest
  • PartnerAPITypeVerifyOrderResponse
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPITypeResponseHeader

This class represents the responseHeader WSDL type.

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

PartnerAPIType
Extended by PartnerAPITypeResponseHeader
Package: types
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/types/typeResponseHeader.php
Methods summary
protected array
# initData( )

This is an abstract method used to initialize type elements.

This is an abstract method used to initialize type elements.

When overriden, it must return an array containing all elements for a given type. The structure of this array is defined in the description of $elems variable. If a type is deriving from another type derived from PartnerAPIType then the implementations of this method must call the parent's initData() method and merge all elements.

Returns

array
A set of all type elements
Methods inherited from PartnerAPIType
__call(), __construct(), __get(), addElement(), findElemName(), getDataAsArray(), getElement(), resetData(), setData(), setElement()
Magic methods summary
public PartnerAPITypeResponseHeader
# setCurrentPage( integer $value = )

Sets the currentPage element.

Sets the currentPage element.

Parameters

$value
integer
$value

Returns

PartnerAPITypeResponseHeader
public integer
# getCurrentPage( )

Gets the currentPage element or NULL.

Gets the currentPage element or NULL.

Returns

integer
public PartnerAPITypeResponseHeader
# setErrors( PartnerAPITypeErrors $value = )

Sets the errors element.

Sets the errors element.

Parameters

$value
PartnerAPITypeErrors
$value

Returns

PartnerAPITypeResponseHeader
public PartnerAPITypeErrors
# getErrors( )

Gets the errors element or NULL.

Gets the errors element or NULL.

Returns

PartnerAPITypeErrors
public PartnerAPITypeResponseHeader
# setPagesCount( integer $value = )

Sets the pagesCount element.

Sets the pagesCount element.

Parameters

$value
integer
$value

Returns

PartnerAPITypeResponseHeader
public integer
# getPagesCount( )

Gets the pagesCount element or NULL.

Gets the pagesCount element or NULL.

Returns

integer
public PartnerAPITypeResponseHeader
# setReturnCount( integer $value = )

Sets the returnCount element.

Sets the returnCount element.

Parameters

$value
integer
$value

Returns

PartnerAPITypeResponseHeader
public integer
# getReturnCount( )

Gets the returnCount element or NULL.

Gets the returnCount element or NULL.

Returns

integer
public PartnerAPITypeResponseHeader
# setSuccessCode( integer $value = )

Sets the successCode element.

Sets the successCode element.

Parameters

$value
integer
$value

Returns

PartnerAPITypeResponseHeader
public integer
# getSuccessCode( )

Gets the successCode element.

Gets the successCode element.

Returns

integer
public PartnerAPITypeResponseHeader
# setTimestamp( string $value = )

Sets the timestamp element.

Sets the timestamp element.

Parameters

$value
string
$value

Returns

PartnerAPITypeResponseHeader
public string
# getTimestamp( )

Gets the timestamp element.

Gets the timestamp element.

Returns

string
Properties inherited from PartnerAPIType
$elems
Magic properties summary
public integer $currentPage
#

Gets the currentPage element or NULL.

Gets the currentPage element or NULL.

public PartnerAPITypeErrors $errors
#

Gets the errors element or NULL.

Gets the errors element or NULL.

public integer $pagesCount
#

Gets the pagesCount element or NULL.

Gets the pagesCount element or NULL.

public integer $returnCount
#

Gets the returnCount element or NULL.

Gets the returnCount element or NULL.

public integer $successCode
#

Gets the successCode element.

Gets the successCode element.

public string $timestamp
#

Gets the timestamp element.

Gets the timestamp element.

API documentation generated by ApiGen 2.8.0