silverstripe-framework/tests/i18n/_fakewebroot/i18ntestmodule/code/subfolder/i18nTestSubModule.php
Fred Condo d370423825 Clean up trailing ?> per coding standard
All sapphire but the lang directory
2012-02-12 12:40:16 -08:00

9 lines
158 B
PHP

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