
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. | |
Public Attributes | |
| const | MINIMAL |
Protected Attributes | |
| $XMLObj | |
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).
Definition at line 11 of file STransObject.php5.
| STransObject::doc | ( | ) |
returns a brief description of this class.
Reimplemented from STrans.
Definition at line 29 of file STransObject.php5.
| STransObject::getInFormat | ( | ) |
returns the desired input type
Reimplemented from STrans.
Definition at line 42 of file STransObject.php5.
| STransObject::getOutFormat | ( | ) |
returns the output type
Reimplemented from STrans.
Definition at line 50 of file STransObject.php5.
| STransObject::translate | ( | $ | si | ) |
Outputs errors. Always. This translator should be extended, not used directly.
Reimplemented from STrans.
Definition at line 58 of file STransObject.php5.
References SObject::getError(), SObject::hasError(), SObject::setError(), SObject::setPrettyError(), and SObject::setWarning().
STransObject::$XMLObj [protected] |
For internal use only.
Another mysterious, unused variable. This is set to an empty string.
Definition at line 23 of file STransObject.php5.
| const STransObject::MINIMAL |
For internal use only.
Mysterious variables whose values are 1, 2, and 3 that aren't currently used.
Definition at line 16 of file STransObject.php5.
1.5.6