XdrSCEnvMetaEntry
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSCEnvMetaEntry
- encode() : string
- fromBase64Xdr() : static
- getInterfaceVersion() : XdrSCEnvMetaEntryInterfaceVersion|null
- getType() : XdrSCEnvMetaKind
- setInterfaceVersion() : void
- setType() : void
- toBase64Xdr() : string
Properties
$interfaceVersion
public
XdrSCEnvMetaEntryInterfaceVersion|null
$interfaceVersion
= null
$type
public
XdrSCEnvMetaKind
$type
Methods
__construct()
public
__construct([XdrSCEnvMetaKind|null $type = null ]) : mixed
Parameters
- $type : XdrSCEnvMetaKind|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrSCEnvMetaEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrSCEnvMetaEntryencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetInterfaceVersion()
public
getInterfaceVersion() : XdrSCEnvMetaEntryInterfaceVersion|null
Return values
XdrSCEnvMetaEntryInterfaceVersion|nullgetType()
public
getType() : XdrSCEnvMetaKind
Return values
XdrSCEnvMetaKindsetInterfaceVersion()
public
setInterfaceVersion(XdrSCEnvMetaEntryInterfaceVersion|null $interfaceVersion) : void
Parameters
- $interfaceVersion : XdrSCEnvMetaEntryInterfaceVersion|null
setType()
public
setType(XdrSCEnvMetaKind $type) : void
Parameters
- $type : XdrSCEnvMetaKind
toBase64Xdr()
public
toBase64Xdr() : string