Inheritance diagram for tx_commerce_attribute:

Public Member Functions | |
| tx_commerce_attribute () | |
| init ($uid, $lang_uid=0) | |
| get_all_values () | |
| get_values () | |
| get_value ($uid) | |
| get_title () | |
| get_unit () | |
| get_attributes () | |
Public Attributes | |
| $title = '' | |
| $unit = '' | |
| $has_valuelist = 0 | |
| $attribute_value_uids = array() | |
| $attribute_values = array() | |
|
|
Constructor class, basically calls init
|
|
|
Franz: how do we take care about depencies between attributes?
|
|
|
Overwrite get_attributes as attributes cant hav attributes
|
|
|
gets the attribute title
|
|
|
|
|
|
synonym to get_all_values
|
|
|
synonym to get_all_values
|
|
||||||||||||
|
Constructor class, basically calls init
|
|
|
Attribute value uid list private |
|
|
Attribute value object list private |
|
|
|
|
|
|
|
|
|
1.4.4