XdrSCSpecUDTUnionCaseTupleV0
Table of Contents
Properties
-
$doc
: string
-
$name
: string
-
$type
: array<string|int, XdrSCSpecTypeDef>
Methods
-
__construct()
: mixed
-
decode()
: XdrSCSpecUDTUnionCaseTupleV0
-
encode()
: string
-
getDoc()
: string
-
getName()
: string
-
getType()
: array<string|int, XdrSCSpecTypeDef>
-
setDoc()
: void
-
setName()
: void
-
setType()
: void
$doc
public
string
$doc
$name
public
string
$name
$type
public
array<string|int, XdrSCSpecTypeDef>
$type
__construct()
public
__construct(string $doc, string $name, array<string|int, XdrSCSpecTypeDef> $type) : mixed
Parameters
-
$doc
: string
-
-
$name
: string
-
-
$type
: array<string|int, XdrSCSpecTypeDef>
-
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecUDTUnionCaseTupleV0
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
getDoc()
public
getDoc() : string
getName()
public
getName() : string
getType()
public
getType() : array<string|int, XdrSCSpecTypeDef>
setDoc()
public
setDoc(string $doc) : void
Parameters
-
$doc
: string
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setType()
public
setType(array<string|int, XdrSCSpecTypeDef> $type) : void
Parameters
-
$type
: array<string|int, XdrSCSpecTypeDef>
-