Class ctProduct

Description

ctProduct type
Defines class for returning product details.

  • author: Cybertill
Product
   |
   --ctProduct
Variable Summary
boolean $deliverable
string $descrLong
string $descrShort
int $id
float $itemWeight
string $name
int $typeLkp
Variables
boolean $availableToSell (line 41)

The product AVAILABLE_TO_SELL field value.

  • access: public
boolean $deliverable (line 47)

The product DELIVERABLE field value.

  • access: public
string $descrLong (line 35)

The product DESCR_LONG field value.

  • access: public
string $descrShort (line 29)

The product DESCR_SHORT field value.

  • access: public
int $id (line 17)

The product ID field value.

  • access: public
float $itemWeight (line 53)

The product ITEM_WEIGHT field value.

  • access: public
string $name (line 23)

The product NAME field value.

  • access: public
int $typeLkp (line 75)

The product TYPE_LKP field value.

  1. = Stock Item Product
  2. = Service Product
  3. = Hire Product
  4. = Stock Voucher Product
  5. = Non Stock Item Product
  6. = Personalised Product
  7. = Auto Voucher Product
  8. = Measured Product
  9. = Ticket Product
  10. = Info Product
  11. = SOR Product
  12. = Music Product
  13. = Info Public Product
  14. = Personalised Mandatory Product
  15. = Flight Product
  16. = Tariff Product

  • access: public

Documentation generated by phpDocumentor 1.4.3