ResumptionTokenData
in package
Description of ResumptionTokenData
Tags
Table of Contents
Properties
- $completeListSize : int|null
- $cursor : int|null
- $expirationDate : string
- $metadataPrefix : string
- $token : string
Methods
- __construct() : mixed
- asXml() : string
Properties
$completeListSize
public
int|null
$completeListSize
$cursor
public
int|null
$cursor
$expirationDate
public
string
$expirationDate
$metadataPrefix
public
string
$metadataPrefix
$token
public
string
$token
Methods
__construct()
public
__construct(string $token, string $metadataPrefix[, string $expirationDate = '' ][, int|null $completeListSize = null ][, int|null $cursor = null ]) : mixed
Parameters
- $token : string
- $metadataPrefix : string
- $expirationDate : string = ''
- $completeListSize : int|null = null
- $cursor : int|null = null
asXml()
public
asXml() : string