Inheritance diagram for tx_commerce_category:

Public Member Functions | |
| tx_commerce_category () | |
| init ($uid, $lang_uid=0) | |
| get_title () | |
| getTitle () | |
| get_subtitle () | |
| get_description () | |
| get_navtitle () | |
| get_keywords () | |
| get_subcategories () | |
| get_subproducts () | |
| getImages () | |
| has_subcategories () | |
| has_subproducts () | |
| load_data () | |
| get_child_categories () | |
| numOfChildCategories () | |
| get_child_products () | |
| getProductUids () | |
| getCategoryUids () | |
| get_parent_category () | |
| get_category_path ($separator=',') | |
| get_rec_child_categories_uidlist ($depth=false) | |
| getAllProducts ($depth=false) | |
| get_categorie_rootline_uidlist () | |
| getTeaserImage () | |
| getCategoryTSconfig () | |
| get_images () | |
Public Attributes | |
| $title = '' | |
| $subtitle = '' | |
| $description = '' | |
| $images = array() | |
| $images_array = array() | |
| $navtitle = '' | |
| $keywords = '' | |
| $categories_uid = array() | |
| $parent_category_uid = '' | |
| $parent_category = '' | |
| $products_uid = array() | |
| $categories = array() | |
| $products = array() | |
| $data_loaded = false | |
|
|
Constructor, basically calls init
|
|
|
gets all catogores ID's above this uid
|
|
|
returns recursvly the category path as text path segments are glued with $separator
|
|
|
Loads the child categories in the categories array
|
|
|
Loads the child products in the products array
|
|
|
Returns the category description
|
|
|
Returns an Array of Images
|
|
|
Returns the category keywords
|
|
|
Returns the category navtitle
|
|
|
Loads the parent categoriy in the parenT-category variable
|
|
|
Returns a list of all child categories from thos categorie
|
|
|
Returns Subcategories from the existiong categories
|
|
|
Returns subproducts from the existing categories
|
|
|
Returns the category subtitle
|
|
|
Returns the category title
|
|
|
|
|
|
Returns the category TSconfig array based on the currect ->rootLine
|
|
|
|
|
|
Returns an Array of Images
|
|
|
|
|
|
getTeaserImage returns the first image, if not availiabe, walk recusrive up, to get the image If no IMage found, return false
|
|
|
Returns the category title
|
|
|
true if the actual categorie has subcategories
|
|
|
true if the actual categorie has subcategories
|
|
||||||||||||
|
Constructor
|
|
|
Load the data Reimplemented from tx_commerce_element_alib. |
|
|
returns the number of child categories
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4