Public Member Functions | Protected Member Functions | Protected Attributes

shop_default_category_ajax Class Reference

Inheritance diagram for shop_default_category_ajax:
Collaboration diagram for shop_default_category_ajax:

List of all members.

Public Member Functions

 unassignCat ()
 assignCat ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class controls article assignment to attributes

Definition at line 6 of file shop_default_category_ajax.php.


Member Function Documentation

shop_default_category_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

Reimplemented from ajaxListComponent.

Definition at line 26 of file shop_default_category_ajax.php.

shop_default_category_ajax.assignCat (  ) 

Adding article to corssselling list

Returns:
null

Definition at line 55 of file shop_default_category_ajax.php.

shop_default_category_ajax.unassignCat (  ) 

Removing article from corssselling list

Returns:
null

Definition at line 40 of file shop_default_category_ajax.php.


Member Data Documentation

shop_default_category_ajax.$_aColumns [protected]
Initial value:
 array( 'container1' => array(    
                                        array( 'oxtitle',  'oxcategories', 1, 1, 0 ),
                                        array( 'oxdesc',   'oxcategories', 1, 1, 0 ),
                                        array( 'oxid',     'oxcategories', 0, 0, 0 ),
                                        array( 'oxid',     'oxcategories', 0, 0, 1 )
                                        )
                                )

Reimplemented from ajaxListComponent.

Definition at line 13 of file shop_default_category_ajax.php.


The documentation for this class was generated from the following file: