Happpi PHP Library

$catID

The Category ID of the Category

Type

int

Getter Example

Used to retrieve the value of the property:

    CurtCategory->getCatID();

Setter Example

Used to set the value of the property

    CurtCategory->setCatID($Value)