Inheritance diagram for article_extend_ajax:
 Collaboration diagram for article_extend_ajax:Public Member Functions | |
| removeCat () | |
| addCat () | |
| setAsDefault () | |
Protected Member Functions | |
| _getQuery () | |
| _getDataFields ($sQ) | |
| _updateOxTime ($soxId) | |
Protected Attributes | |
| $_aColumns | |
Class controls article assignment to category
Definition at line 6 of file article_extend_ajax.php.
| article_extend_ajax._getDataFields | ( | $ | sQ | ) |  [protected] | 
        
Returns array with DB records
| string | $sQ SQL query | 
Reimplemented from ajaxListComponent.
Definition at line 63 of file article_extend_ajax.php.
| article_extend_ajax._getQuery | ( | ) |  [protected] | 
        
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 34 of file article_extend_ajax.php.
| article_extend_ajax._updateOxTime | ( | $ | soxId | ) |  [protected] | 
        
Updates oxtime value for product
| string | $soxId product id | 
Definition at line 193 of file article_extend_ajax.php.
| article_extend_ajax.addCat | ( | ) | 
Adds article to chosen category
Definition at line 140 of file article_extend_ajax.php.
| article_extend_ajax.removeCat | ( | ) | 
Removes article from chosen category
Definition at line 102 of file article_extend_ajax.php.
| article_extend_ajax.setAsDefault | ( | ) | 
Sets selected category as a default
Definition at line 213 of file article_extend_ajax.php.
article_extend_ajax.$_aColumns [protected] | 
        
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 ) ), 'container2' => array( array( 'oxtitle', 'oxcategories', 1, 1, 0 ), array( 'oxdesc', 'oxcategories', 1, 1, 0 ), array( 'oxid', 'oxcategories', 0, 0, 0 ), array( 'oxid', 'oxobject2category', 0, 0, 1 ), array( 'oxtime', 'oxobject2category', 0, 0, 1 ), array( 'oxid', 'oxcategories', 0, 0, 1 ) ), )
Reimplemented from ajaxListComponent.
Definition at line 13 of file article_extend_ajax.php.
 1.7.1