Inheritance diagram for oxObject2Category:
Collaboration diagram for oxObject2Category:Public Member Functions | |
| __construct () | |
| getProductId () | |
| setProductId ($sId) | |
| getCategoryId () | |
| setCategoryId ($sId) | |
Protected Attributes | |
| $_sClassName = 'oxobject2category' | |
Manages product assignment to category.
Definition at line 6 of file oxobject2category.php.
| oxObject2Category.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxBase()) and sets table name.
Reimplemented from oxBase.
Definition at line 19 of file oxobject2category.php.
| oxObject2Category.getCategoryId | ( | ) |
| oxObject2Category.getProductId | ( | ) |
| oxObject2Category.setCategoryId | ( | $ | sId | ) |
Sets assigned category id
| string | $sId assigned category id |
Definition at line 61 of file oxobject2category.php.
| oxObject2Category.setProductId | ( | $ | sId | ) |
Sets assigned product id
| string | $sId assigned product id |
Definition at line 41 of file oxobject2category.php.
oxObject2Category.$_sClassName = 'oxobject2category' [protected] |
Reimplemented from oxBase.
Definition at line 14 of file oxobject2category.php.
1.7.1