Public Member Functions | |
removeArticleBundle () | |
addArticleBundle () | |
Protected Member Functions | |
_getQuery () | |
_addFilter ($sQ) | |
Protected Attributes | |
$_blAllowExtColumns = true | |
$_aColumns |
Class controls article assignment to attributes
Definition at line 6 of file article_bundle_ajax.php.
article_bundle_ajax._addFilter | ( | $ | sQ | ) | [protected] |
Adds filter SQL to current query
string | $sQ query to add filter condition |
Reimplemented from ajaxListComponent.
Definition at line 80 of file article_bundle_ajax.php.
article_bundle_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 37 of file article_bundle_ajax.php.
article_bundle_ajax.addArticleBundle | ( | ) |
Adding article to corssselling list
Definition at line 106 of file article_bundle_ajax.php.
article_bundle_ajax.removeArticleBundle | ( | ) |
Removing article from corssselling list
Definition at line 94 of file article_bundle_ajax.php.
article_bundle_ajax.$_aColumns [protected] |
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) ) )
Reimplemented from ajaxListComponent.
Definition at line 21 of file article_bundle_ajax.php.
article_bundle_ajax.$_blAllowExtColumns = true [protected] |
Reimplemented from ajaxListComponent.
Definition at line 14 of file article_bundle_ajax.php.