TOP

Mobi_Mtld_DA_Carrier_BucketType

The types of bucket and their associated IDs. The IDs are important and should **NOT** be changed. The API relies on these IDs remaining the same.
Source
BucketType.php
Author
DeviceAtlas Limited

Constants

IPV4_TREE = 3

Bucket type

PROPERTIES = 2

Bucket type

PROPERTY_NAMES = 0

Bucket type

PROPERTY_VALUES = 1

Bucket type

Static Properties

ALL_TYPES = array

ALL_TYPES = array(
        self::IPV4_TREE,
        self::PROPERTIES,
        self::PROPERTY_NAMES,
        self::PROPERTY_VALUES,
	)

List of bucket types.

Static Methods

isValidId

bool Mobi_Mtld_DA_Carrier_BucketType::isValidId(byte id)

Check if id is a valid bucket type or not.

Arguments

    id (byte)
    bucket id

Returns

bool
If id is a valid bucket type.