silverstripe-framework/tests/i18n/_fakewebroot/i18ntestmodule/code/subfolder/i18nTestSubModule.php
2012-09-20 10:46:59 +02:00

9 lines
165 B
PHP

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