Azure OSS for PHP API Reference

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

$timeNextVisible read-only

public DateTimeInterface $timeNextVisible

Methods

fromResponseHeaders()

public static fromResponseHeaders(ResponseInterface $response) : self
Parameters
$response : ResponseInterface
Return values
self

fromXml()

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
On this page

Search results