i18nOtherModule.php 146 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <?php class i18nOtherModule extends Object { public function mymethod() { _t( 'i18nOtherModule.ENTITY', 'Other Module Entity' ); } }