13 lines
164 B
PHP
13 lines
164 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_currency_i18n' table.
|
|
*
|
|
*
|
|
*
|
|
* @package lib.model
|
|
*/
|
|
class CurrencyI18n extends BaseCurrencyI18n
|
|
{
|
|
|
|
} |