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 PartnerAPIOperationGetProductList

This class represents the getProductList WSDL operation.

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

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

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationGetProductList
# setHashAlgorithm( boolean $hashAlgorithm )

Sets whether or not returned products should contain information about available hash algorithms.

Sets whether or not returned products should contain information about available hash algorithms.

Parameters

$hashAlgorithm
boolean
$hashAlgorithm

Returns

PartnerAPIOperationGetProductList
public PartnerAPITypeProduct[]
# getProducts( )

Returns products contained in a response.

Returns products contained in a response.

This method always returns an array. If there is no product in the response an empty array is returned. Otherwise, an array with one or more products is returned. Keys in the array are numbers meaning the product code and values are objects of type PartnerAPITypeProduct. The following properties are set for each product: code, type and validityPeriod.

Returns

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

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageGetProductListResponse
Properties summary
protected PartnerAPIMessageGetProductList $_input NULL
#
protected PartnerAPIMessageGetProductListResponse $_output NULL
#
protected string $_operation 'getProductList'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0