\OSS\ModelTaggingConfig

Class TaggingConfig

Summary

Methods
Properties
Constants
__construct()
getTags()
addTag()
parseFromXml()
serializeToXml()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$tags
N/A

Properties

$tags

$tags : \OSS\Model\Tag[]

Tag list

Type

Tag[]

Methods

__construct()

__construct() : mixed

TaggingConfig constructor.

Returns

mixed —

getTags()

getTags() : \OSS\Model\Tag[]

Get Tag list

Returns

\OSS\Model\Tag[] —

addTag()

addTag(\OSS\Model\Tag  $tag) : mixed

Add a new Tag

Parameters

\OSS\Model\Tag $tag

Throws

\OSS\Core\OssException

Returns

mixed —

parseFromXml()

parseFromXml(string  $strXml) : null

Parse TaggingConfig from the xml.

Parameters

string $strXml

Throws

\OSS\Core\OssException

Returns

null —

serializeToXml()

serializeToXml() : string

Serialize the object into xml string.

Returns

string —

__toString()

__toString() : mixed

Returns

mixed —