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

10 lines
146 B
PHP

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