10 lines
148 B
PHP
Raw Normal View History

<?php
2017-11-30 17:49:46 +00:00
class i18nOtherModule extends SS_Object {
public function mymethod() {
_t(
2014-08-15 18:53:05 +12:00
'i18nOtherModule.ENTITY',
'Other Module Entity'
);
}
}