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 30 of file article_attribute_ajax.php.
article_attribute_ajax.addAttr | ( | ) |
article_attribute_ajax.removeAttr | ( | ) |
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 13 of file article_attribute_ajax.php.