XdrSCSpecTypeVec
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSCSpecTypeVec
- encode() : string
- fromBase64Xdr() : static
- getElementType() : XdrSCSpecTypeDef
- setElementType() : void
- toBase64Xdr() : string
Properties
$elementType
public
XdrSCSpecTypeDef
$elementType
Methods
__construct()
public
__construct(XdrSCSpecTypeDef $elementType) : mixed
Parameters
- $elementType : XdrSCSpecTypeDef
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecTypeVec
Parameters
- $xdr : XdrBuffer
Return values
XdrSCSpecTypeVecencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetElementType()
public
getElementType() : XdrSCSpecTypeDef
Return values
XdrSCSpecTypeDefsetElementType()
public
setElementType(XdrSCSpecTypeDef $elementType) : void
Parameters
- $elementType : XdrSCSpecTypeDef
toBase64Xdr()
public
toBase64Xdr() : string