XdrPreconditions
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrPreconditions
- encode() : string
- getTimeBounds() : XdrTimeBounds|null
- getType() : XdrPreconditionType
- getV2() : XdrPreconditionsV2|null
- setTimeBounds() : void
- setType() : void
- setV2() : void
Methods
__construct()
public
__construct(XdrPreconditionType $type) : mixed
Parameters
- $type : XdrPreconditionType
decode()
public
static decode(XdrBuffer $xdr) : XdrPreconditions
Parameters
- $xdr : XdrBuffer
Return values
XdrPreconditionsencode()
public
encode() : string
Return values
stringgetTimeBounds()
public
getTimeBounds() : XdrTimeBounds|null
Return values
XdrTimeBounds|nullgetType()
public
getType() : XdrPreconditionType
Return values
XdrPreconditionTypegetV2()
public
getV2() : XdrPreconditionsV2|null
Return values
XdrPreconditionsV2|nullsetTimeBounds()
public
setTimeBounds(XdrTimeBounds|null $timeBounds) : void
Parameters
- $timeBounds : XdrTimeBounds|null
setType()
public
setType(XdrPreconditionType $type) : void
Parameters
- $type : XdrPreconditionType
setV2()
public
setV2(XdrPreconditionsV2|null $v2) : void
Parameters
- $v2 : XdrPreconditionsV2|null