dolibarr 19.0.3
|
Class ProductCombination2ValuePair Used to represent the relation between a product combination, a product attribute and a product attribute value. More...
Public Member Functions | |
__construct (DoliDB $db) | |
Constructor. | |
__toString () | |
Translates this class to a human-readable string. | |
create ($user) | |
Creates a product combination 2 value pair. | |
fetchByFkCombination ($fk_combination) | |
Retrieves a product combination 2 value pair from its rowid. | |
deleteByFkCombination ($fk_combination) | |
Deletes a product combination 2 value pair. | |
Class ProductCombination2ValuePair Used to represent the relation between a product combination, a product attribute and a product attribute value.
Definition at line 23 of file ProductCombination2ValuePair.class.php.
ProductCombination2ValuePair::__construct | ( | DoliDB | $db | ) |
Constructor.
Definition at line 70 of file ProductCombination2ValuePair.class.php.
ProductCombination2ValuePair::__toString | ( | ) |
Translates this class to a human-readable string.
Definition at line 80 of file ProductCombination2ValuePair.class.php.
ProductCombination2ValuePair::create | ( | $user | ) |
Creates a product combination 2 value pair.
Definition at line 100 of file ProductCombination2ValuePair.class.php.
ProductCombination2ValuePair::deleteByFkCombination | ( | $fk_combination | ) |
Deletes a product combination 2 value pair.
int | $fk_combination | Rowid of the combination |
Definition at line 162 of file ProductCombination2ValuePair.class.php.
ProductCombination2ValuePair::fetchByFkCombination | ( | $fk_combination | ) |
Retrieves a product combination 2 value pair from its rowid.
int | $fk_combination | Fk combination to search |
Definition at line 123 of file ProductCombination2ValuePair.class.php.