silverstripe-framework/tests/i18n/_fakewebroot/i18nothermodule/code/i18nOtherModule.php
2008-11-01 23:16:45 +00:00

10 lines
143 B
PHP

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