XdrBucketListType
in package
Table of Contents
Constants
- HOT_ARCHIVE = 1
- LIVE = 0
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrBucketListType
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- HOT_ARCHIVE() : XdrBucketListType
- LIVE() : XdrBucketListType
- toBase64Xdr() : string
Constants
HOT_ARCHIVE
public
mixed
HOT_ARCHIVE
= 1
LIVE
public
mixed
LIVE
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrBucketListType
Parameters
- $xdr : XdrBuffer
Return values
XdrBucketListTypeencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intHOT_ARCHIVE()
public
static HOT_ARCHIVE() : XdrBucketListType
Return values
XdrBucketListTypeLIVE()
public
static LIVE() : XdrBucketListType
Return values
XdrBucketListTypetoBase64Xdr()
public
toBase64Xdr() : string