UpdateReceipt
in package
FinalYes
Represents Azure Storage update receipt data.
Table of Contents
Properties
- $popReceipt : string
- $timeNextVisible : DateTimeInterface
Methods
- fromResponseHeaders() : self
- fromXml() : self
- __construct() : mixed
Properties
$popReceipt read-only
public
string
$popReceipt
$timeNextVisible read-only
public
DateTimeInterface
$timeNextVisible
Methods
fromResponseHeaders()
public
static fromResponseHeaders(ResponseInterface $response) : self
Parameters
- $response : ResponseInterface
Return values
selffromXml()
public
static fromXml(SimpleXMLElement $xml) : self
Parameters
- $xml : SimpleXMLElement
Return values
self__construct()
private
__construct(string $popReceipt, DateTimeInterface $timeNextVisible) : mixed
Parameters
- $popReceipt : string
- $timeNextVisible : DateTimeInterface