13 lines
179 B
PHP
13 lines
179 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_trust_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stTrustPlugin.lib.model
|
|
*/
|
|
class TrustI18n extends BaseTrustI18n
|
|
{
|
|
}
|