Public Member Functions | Protected Attributes

oxObject2Category Class Reference

Inheritance diagram for oxObject2Category:
Collaboration diagram for oxObject2Category:

List of all members.

Public Member Functions

 __construct ()
 getProductId ()
 setProductId ($sId)
 getCategoryId ()
 setCategoryId ($sId)

Protected Attributes

 $_sClassName = 'oxobject2category'

Detailed Description

Manages product assignment to category.

Definition at line 6 of file oxobject2category.php.


Constructor & Destructor Documentation

oxObject2Category.__construct (  ) 

Class constructor, initiates parent constructor (parent.oxBase()) and sets table name.

Reimplemented from oxBase.

Definition at line 19 of file oxobject2category.php.


Member Function Documentation

oxObject2Category.getCategoryId (  ) 

Returns assigned category id

Returns:
string

Definition at line 51 of file oxobject2category.php.

oxObject2Category.getProductId (  ) 

Returns assigned product id

Returns:
string

Definition at line 31 of file oxobject2category.php.

oxObject2Category.setCategoryId ( sId  ) 

Sets assigned category id

Parameters:
string $sId assigned category id

Definition at line 61 of file oxobject2category.php.

oxObject2Category.setProductId ( sId  ) 

Sets assigned product id

Parameters:
string $sId assigned product id

Definition at line 41 of file oxobject2category.php.


Member Data Documentation

oxObject2Category.$_sClassName = 'oxobject2category' [protected]

Reimplemented from oxBase.

Definition at line 14 of file oxobject2category.php.


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