Table of Contents
Properties
-
$key
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
decode()
: XdrSCMetaV0
-
encode()
: string
-
getKey()
: string
-
getValue()
: string
-
setKey()
: void
-
setValue()
: void
$key
public
string
$key
$value
public
string
$value
__construct()
public
__construct(string $key, string $value) : mixed
Parameters
-
$key
: string
-
-
$value
: string
-
decode()
public
static decode(XdrBuffer $xdr) : XdrSCMetaV0
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
getKey()
public
getKey() : string
getValue()
public
getValue() : string
setKey()
public
setKey(string $key) : void
Parameters
-
$key
: string
-
setValue()
public
setValue(string $value) : void
Parameters
-
$value
: string
-