13 lines
203 B
PHP
13 lines
203 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_translation_cache' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stLanguagePlugin.lib.model
|
|
*/
|
|
class TranslationCache extends BaseTranslationCache
|
|
{
|
|
}
|