XdrDontHave
in package
Table of Contents
Properties
- $reqHash : string
- $type : XdrMessageType
Methods
- __construct() : mixed
- decode() : XdrDontHave
- encode() : string
- fromBase64Xdr() : static
- getReqHash() : string
- getType() : XdrMessageType
- setReqHash() : void
- setType() : void
- toBase64Xdr() : string
Properties
$reqHash
public
string
$reqHash
$type
public
XdrMessageType
$type
Methods
__construct()
public
__construct(XdrMessageType $type, string $reqHash) : mixed
Parameters
- $type : XdrMessageType
- $reqHash : string
decode()
public
static decode(XdrBuffer $xdr) : XdrDontHave
Parameters
- $xdr : XdrBuffer
Return values
XdrDontHaveencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetReqHash()
public
getReqHash() : string
Return values
stringgetType()
public
getType() : XdrMessageType
Return values
XdrMessageTypesetReqHash()
public
setReqHash(string $reqHash) : void
Parameters
- $reqHash : string
setType()
public
setType(XdrMessageType $type) : void
Parameters
- $type : XdrMessageType
toBase64Xdr()
public
toBase64Xdr() : string