silverstripe-framework/tests/php/i18n/i18nTest/_fakewebroot/i18ntestmodule/code/subfolder/i18nTestSubModule.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

10 lines
139 B
PHP

<?php
class i18nTestSubModule
{
public function __construct()
{
_t('i18nTestModule.OTHERENTITY', 'Other Entity');
}
}