13 lines
187 B
PHP
13 lines
187 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_group_price' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stGroupPricePlugin.lib.model
|
|
*/
|
|
class GroupPrice extends BaseGroupPrice
|
|
{
|
|
}
|