Public Member Functions | Protected Member Functions | Protected Attributes

article_attribute_ajax Class Reference

Inheritance diagram for article_attribute_ajax:
Collaboration diagram for article_attribute_ajax:

List of all members.

Public Member Functions

 removeAttr ()
 addAttr ()
 saveAttributeValue ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class controls article assignment to attributes

Definition at line 6 of file article_attribute_ajax.php.


Member Function Documentation

article_attribute_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

Reimplemented from ajaxListComponent.

Definition at line 30 of file article_attribute_ajax.php.

article_attribute_ajax.addAttr (  ) 

Adds attributes to article.

Returns:
null

Definition at line 76 of file article_attribute_ajax.php.

article_attribute_ajax.removeAttr (  ) 

Removes article attributes.

Returns:
null

Definition at line 55 of file article_attribute_ajax.php.

article_attribute_ajax.saveAttributeValue (  ) 

Saves attribute value

Returns:
null

Definition at line 103 of file article_attribute_ajax.php.


Member Data Documentation

article_attribute_ajax.$_aColumns [protected]
Initial value:
 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.


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