Inheritance diagram for tx_commerce_element_alib:

Public Member Functions | |
| get_lang () | |
| getL18nParent () | |
| load_data () | |
| add_field_to_fieldlist ($fieldname) | |
| add_fields_to_fieldlist ($fieldarray) | |
| getUid () | |
| return_assoc_array ($prefix='') | |
| returnAssocArray ($prefix='') | |
| getMarkerArray (&$cobj, $conf, $prefix='') | |
| isValidUid () | |
| is_valid_uid () | |
| isAccessible () | |
| setPageTitle ($field='title') | |
| get_attributes ($attribute_corelation_type_list='') | |
| setField ($field, $value) | |
| getField ($field) | |
| get_uid () | |
Public Attributes | |
| $uid | |
| $lang_uid | |
| $l18n_parent | |
| $database_class = '' | |
| $fieldlist = array('title','lang_uid','l18n_parent') | |
| $correlation_types = array(ATTRIB_selector,ATTRIB_shal,ATTRIB_can,ATTRIB_product ) | |
| $default_add_where = ' AND hidden = 0 AND deleted = 0' | |
| $attributes_uids = array() | |
| $attribute = array() | |
| $conn_db = '' | |
| $translationMode = 'hideNonTranslated' | |
| $recordTranslated = false | |
|
|
Addes a field to Class fieldlist used for hook to add own fields to output
|
|
|
Addes a fields to Class fieldlist used for hook to add own fields to output Basically calls $this->add_fiel_to_fieldlist for each element
|
|
|
returns the possible attributes
|
|
|
|
|
|
|
|
|
get a given field value, only to use with custom field without own method Warning: commerce provides getMethods for all default fields. For Compatibility reasons always use the built in Methods. Only use this method with you own added fields
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Checks if the UID is valid and availiable in the database
|
|
|
Checks in the Database if object is basically checks against the enableFields
|
|
|
Checks if the UID is valid and availiable in the database
|
|
|
Loads the Data from the database via the named database class $database_class Reimplemented in tx_commerce_article, tx_commerce_category, and tx_commerce_product. |
|
|
|
|
|
Returns the data of this object als array
Reimplemented in tx_commerce_article. |
|
||||||||||||
|
set a given field, only to use with custom field without own method Warning: commerce provides getMethods for all default fields. For Compatibility reasons always use the built in Methods. Only use this method with you own added fields
|
|
|
Sets the PageTitle titile from via the TSFE
|
|
|
|
|
|
Reimplemented in tx_commerce_product. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Translation Mode for getRecordOverlay
|
|
|
|
1.4.4