XdrSCSpecEventParamV0
in package
Table of Contents
Properties
- $doc : string
- $location : XdrSCSpecEventParamLocationV0
- $name : string
- $type : XdrSCSpecTypeDef
Methods
- __construct() : mixed
- decode() : XdrSCSpecEventParamV0
- encode() : string
- getDoc() : string
- getLocation() : XdrSCSpecEventParamLocationV0
- getName() : string
- getType() : XdrSCSpecTypeDef
- setDoc() : void
- setLocation() : void
- setName() : void
- setType() : void
Properties
$doc
public
string
$doc
$location
public
XdrSCSpecEventParamLocationV0
$location
$name
public
string
$name
$type
public
XdrSCSpecTypeDef
$type
Methods
__construct()
public
__construct(string $doc, string $name, XdrSCSpecTypeDef $type, XdrSCSpecEventParamLocationV0 $location) : mixed
Parameters
- $doc : string
- $name : string
- $type : XdrSCSpecTypeDef
- $location : XdrSCSpecEventParamLocationV0
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecEventParamV0
Parameters
- $xdr : XdrBuffer
Return values
XdrSCSpecEventParamV0encode()
public
encode() : string
Return values
stringgetDoc()
public
getDoc() : string
Return values
stringgetLocation()
public
getLocation() : XdrSCSpecEventParamLocationV0
Return values
XdrSCSpecEventParamLocationV0getName()
public
getName() : string
Return values
stringgetType()
public
getType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefsetDoc()
public
setDoc(string $doc) : void
Parameters
- $doc : string
setLocation()
public
setLocation(XdrSCSpecEventParamLocationV0 $location) : void
Parameters
- $location : XdrSCSpecEventParamLocationV0
setName()
public
setName(string $name) : void
Parameters
- $name : string
setType()
public
setType(XdrSCSpecTypeDef $type) : void
Parameters
- $type : XdrSCSpecTypeDef