Blame view

framework/tests/i18n/_fakewebroot/i18nothermodule/code/i18nOtherModule.php 146 Bytes
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
  <?php
  class i18nOtherModule extends Object {
  	public function mymethod() {
  		_t(
  			'i18nOtherModule.ENTITY', 
  			'Other Module Entity'
  		);
  	}
  }