TaggedBlob
in package
FinalYes
Represents Azure Storage tagged blob data.
Table of Contents
Properties
- $containerName : string
- $name : string
- $tags : array<string|int, mixed>
Methods
- fromXml() : self
- __construct() : mixed
Properties
$containerName read-only
public
string
$containerName
$name read-only
public
string
$name
$tags read-only
public
array<string|int, mixed>
$tags
Methods
fromXml()
public
static fromXml(SimpleXMLElement $xml) : self
Parameters
- $xml : SimpleXMLElement
Return values
self__construct()
private
__construct(string $name, string $containerName, array<string|int, string> $tags) : mixed
Parameters
- $name : string
- $containerName : string
- $tags : array<string|int, string>