Added comments on classes to fix travis errors
This commit is contained in:
parent
b1c552ee9d
commit
8ceb494569
@ -16,6 +16,10 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ProductAttribute
|
||||||
|
* Used to represent a product attribute
|
||||||
|
*/
|
||||||
class ProductAttribute
|
class ProductAttribute
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -16,6 +16,10 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ProductAttributeValue
|
||||||
|
* Used to represent a product attribute value
|
||||||
|
*/
|
||||||
class ProductAttributeValue
|
class ProductAttributeValue
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -16,6 +16,10 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ProductCombination
|
||||||
|
* Used to represent a product combination
|
||||||
|
*/
|
||||||
class ProductCombination
|
class ProductCombination
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -16,6 +16,10 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ProductCombination2ValuePair
|
||||||
|
* Used to represent the relation between a product combination, a product attribute and a product attribute value
|
||||||
|
*/
|
||||||
class ProductCombination2ValuePair
|
class ProductCombination2ValuePair
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user