Azure OSS for PHP API Reference

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

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

Search results