13 lines
278 B
PHP
13 lines
278 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'app_product_attribute_has_variant' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.appProductAttributesPlugin.lib.model
|
|
*/
|
|
class appProductAttributeHasVariantPeer extends BaseappProductAttributeHasVariantPeer
|
|
{
|
|
}
|