silverstripe-framework/tests/i18n/_fakewebroot/i18nothermodule/code/i18nTestModuleDecorator.php
Fred Condo d370423825 Clean up trailing ?> per coding standard
All sapphire but the lang directory
2012-02-12 12:40:16 -08:00

11 lines
196 B
PHP

<?php
class i18nTestModuleExtension extends DataExtension {
function extraStatics($class=null, $extension=null) {
return array(
'db' => array(
'MyExtraField' => 'Varchar'
)
);
}
}