XdrClaimPredicateType
in package
Table of Contents
Constants
- AND = 1
- BEFORE_ABSOLUTE_TIME = 4
- BEFORE_RELATIVE_TIME = 5
- NOT = 3
- OR = 2
- UNCONDITIONAL = 0
Methods
- __construct() : mixed
- decode() : XdrClaimPredicateType
- encode() : string
- getValue() : int
Constants
AND
public
mixed
AND
= 1
BEFORE_ABSOLUTE_TIME
public
mixed
BEFORE_ABSOLUTE_TIME
= 4
BEFORE_RELATIVE_TIME
public
mixed
BEFORE_RELATIVE_TIME
= 5
NOT
public
mixed
NOT
= 3
OR
public
mixed
OR
= 2
UNCONDITIONAL
public
mixed
UNCONDITIONAL
= 0
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrClaimPredicateType
Parameters
- $xdr : XdrBuffer
Return values
XdrClaimPredicateTypeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int