silverstripe-framework/tests/i18n/_fakewebroot/i18ntestmodule/code/subfolder/i18nTestSubModule.php
2018-01-30 16:50:32 +00:00

9 lines
166 B
PHP

<?php
class i18nTestSubModule extends SS_Object {
public function __construct() {
_t('i18nTestModule.OTHERENTITY', 'Other Entity');
parent::__construct();
}
}