Inheritance diagram for article_attribute_ajax:
Collaboration diagram for article_attribute_ajax:Public Member Functions | |
| removeAttr () | |
| addAttr () | |
| saveAttributeValue () | |
Protected Member Functions | |
| _getQuery () | |
Protected Attributes | |
| $_aColumns | |
Class controls article assignment to attributes
Definition at line 6 of file article_attribute_ajax.php.
| article_attribute_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 31 of file article_attribute_ajax.php.
| article_attribute_ajax.addAttr | ( | ) |
Adds attributes to article.
Definition at line 77 of file article_attribute_ajax.php.
| article_attribute_ajax.removeAttr | ( | ) |
Removes article attributes.
Definition at line 57 of file article_attribute_ajax.php.
| article_attribute_ajax.saveAttributeValue | ( | ) |
article_attribute_ajax.$_aColumns [protected] |
array('container1' => array( array('oxtitle', 'oxattribute', 1, 1, 0), array('oxid', 'oxattribute', 0, 0, 1) ), 'container2' => array( array('oxtitle', 'oxattribute', 1, 1, 0), array('oxid', 'oxobject2attribute', 0, 0, 1), array('oxvalue', 'oxobject2attribute', 0, 1, 1), array('oxattrid', 'oxobject2attribute', 0, 0, 1), ) )
Reimplemented from ajaxListComponent.
Definition at line 14 of file article_attribute_ajax.php.
1.7.1