13 lines
207 B
PHP
13 lines
207 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_product_observe' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stProductObservePlugin.lib.model
|
|
*/
|
|
class stProductObserve extends BasestProductObserve
|
|
{
|
|
}
|