Public Member Functions | |
doc () | |
returns a brief description of this class. | |
getInFormat () | |
returns the desired input type | |
getOutFormat () | |
returns the output type | |
translate ($si) | |
Outputs errors. Always. This translator should be extended, not used directly. |
Extend this class if you want to write any page-specific object translators (such as translators that take SModel objects and turn them into html).
STransObject::doc | ( | ) |
returns a brief description of this class.
Reimplemented from STrans.
STransObject::getInFormat | ( | ) |
returns the desired input type
Reimplemented from STrans.
STransObject::getOutFormat | ( | ) |
returns the output type
Reimplemented from STrans.
STransObject::translate | ( | $ | si | ) |
Outputs errors. Always. This translator should be extended, not used directly.
Reimplemented from STrans.