XdrPreconditionType
in package
Table of Contents
Constants
Methods
- __construct() : mixed
- decode() : XdrPreconditionType
- encode() : string
- getValue() : int
Constants
NONE
public
mixed
NONE
= 0
TIME
public
mixed
TIME
= 1
V2
public
mixed
V2
= 2
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrPreconditionType
Parameters
- $xdr : XdrBuffer
Return values
XdrPreconditionTypeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int