silverstripe-framework/tests/i18n/_fakewebroot/i18ntestmodule/code/subfolder/i18nTestSubModule.php
2014-08-19 09:17:15 +12:00

9 lines
163 B
PHP

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