Arquivos
wMind/mind3rd/API/interfaces/l10n.php
T
2011-04-06 22:58:18 -03:00

17 linhas
351 B
PHP

<?php
/**
* This file is part of TheWebMind 3rd generation.
*
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
* @license licenses/mind3rd.license
*/
/**
* Interface for l10n
*
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
*/
interface l10n {
public function getMessage($msg);
public function __construct();
}