13 lines
215 B
PHP
13 lines
215 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_newsletter_group_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stNewsletterPlugin.lib.model
|
|
*/
|
|
class NewsletterGroupI18n extends BaseNewsletterGroupI18n
|
|
{
|
|
}
|