Todo List
Provides an standard interface used by all Formagic framework classes. Contains no stand-alone translation features: If no translation callback is provided, Formagic_Translator will simply return the same string that was passed in the first place.
[line 42]
void __construct( )
Empty by default, allows subclass initialization.
void setCallback( mixed $object, string $method)
string _( string $string)