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

10 lines
139 B
PHP

<?php
class i18nOtherModule extends Object {
function mymethod() {
_t(
'i18nOtherModule.ENTITY',
'Other Module Entity'
);
}
}