XdrSCEnvMetaEntry
in package
Table of Contents
Properties
- $interfaceVersion : int|null
- $type : XdrSCEnvMetaKind
Methods
- __construct() : mixed
- decode() : XdrSCEnvMetaEntry
- encode() : string
- forInterfaceVersion() : XdrSCEnvMetaEntry
- fromBase64Xdr() : XdrSCEnvMetaEntry
- getInterfaceVersion() : int|null
- getType() : XdrSCEnvMetaKind
- setInterfaceVersion() : void
- setType() : void
- toBase64Xdr() : string
Properties
$interfaceVersion
public
int|null
$interfaceVersion
= null
$type
public
XdrSCEnvMetaKind
$type
Methods
__construct()
public
__construct(XdrSCEnvMetaKind $type) : mixed
Parameters
- $type : XdrSCEnvMetaKind
decode()
public
static decode(XdrBuffer $xdr) : XdrSCEnvMetaEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrSCEnvMetaEntryencode()
public
encode() : string
Return values
stringforInterfaceVersion()
public
static forInterfaceVersion(int $interfaceVersion) : XdrSCEnvMetaEntry
Parameters
- $interfaceVersion : int
Return values
XdrSCEnvMetaEntryfromBase64Xdr()
public
static fromBase64Xdr(string $base64Xdr) : XdrSCEnvMetaEntry
Parameters
- $base64Xdr : string
Return values
XdrSCEnvMetaEntrygetInterfaceVersion()
public
getInterfaceVersion() : int|null
Return values
int|nullgetType()
public
getType() : XdrSCEnvMetaKind
Return values
XdrSCEnvMetaKindsetInterfaceVersion()
public
setInterfaceVersion(int|null $interfaceVersion) : void
Parameters
- $interfaceVersion : int|null
setType()
public
setType(XdrSCEnvMetaKind $type) : void
Parameters
- $type : XdrSCEnvMetaKind
toBase64Xdr()
public
toBase64Xdr() : string