Public Member Functions | Protected Member Functions | Protected Attributes

article_crossselling_ajax Class Reference

Inheritance diagram for article_crossselling_ajax:
Collaboration diagram for article_crossselling_ajax:

List of all members.

Public Member Functions

 removeArticleCross ()
 addArticleCross ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_blAllowExtColumns = true
 $_aColumns

Detailed Description

Class controls article crossselling configuration

Definition at line 6 of file article_crossselling_ajax.php.


Member Function Documentation

article_crossselling_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

Reimplemented from ajaxListComponent.

Definition at line 45 of file article_crossselling_ajax.php.

article_crossselling_ajax.addArticleCross (  ) 

Adding article to corssselling list

Returns:
null

Definition at line 122 of file article_crossselling_ajax.php.

article_crossselling_ajax.removeArticleCross (  ) 

Removing article from corssselling list

Returns:
null

Definition at line 103 of file article_crossselling_ajax.php.


Member Data Documentation

article_crossselling_ajax.$_aColumns [protected]
Initial value:
 array( 'container1' => array(    
                                        array( 'oxartnum', 'oxarticles', 1, 0, 0 ),
                                        array( 'oxtitle',  'oxarticles', 1, 1, 0 ),
                                        array( 'oxean',    'oxarticles', 1, 0, 0 ),
                                        array( 'oxmpn',    'oxarticles', 0, 0, 0 ),
                                        array( 'oxprice',  'oxarticles', 0, 0, 0 ),
                                        array( 'oxstock',  'oxarticles', 0, 0, 0 ),
                                        array( 'oxid',     'oxarticles', 0, 0, 1 )
                                        ),
                                    'container2' => array(
                                        array( 'oxartnum', 'oxarticles', 1, 0, 0 ),
                                        array( 'oxtitle',  'oxarticles', 1, 1, 0 ),
                                        array( 'oxean',    'oxarticles', 1, 0, 0 ),
                                        array( 'oxmpn',    'oxarticles', 0, 0, 0 ),
                                        array( 'oxprice',  'oxarticles', 0, 0, 0 ),
                                        array( 'oxstock',  'oxarticles', 0, 0, 0 ),
                                        array( 'oxid',     'oxobject2article', 0, 0, 1 )
                                        )
                                )

Reimplemented from ajaxListComponent.

Definition at line 20 of file article_crossselling_ajax.php.

article_crossselling_ajax.$_blAllowExtColumns = true [protected]

Reimplemented from ajaxListComponent.

Definition at line 13 of file article_crossselling_ajax.php.


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