silverstripe-framework/tests/php/i18n/i18nTest/_fakewebroot/i18nothermodule/code/i18nOtherModule.php
Damian Mooyman fba8e2c245 API Remove Object class
API DataObjectSchema::manyManyComponent() return array is now associative array
2017-05-23 13:50:35 +12:00

13 lines
171 B
PHP

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