13 lines
213 B
PHP
13 lines
213 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_discount_has_producer' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stDiscountPlugin.lib.model
|
|
*/
|
|
class DiscountHasProducer extends BaseDiscountHasProducer
|
|
{
|
|
}
|