STransTK Class Reference
[Translators]
Renders
Toolkit Objects and their children.
More...
List of all members.
|
Public Member Functions |
| doc () |
| returns a brief description of this class.
|
| getInFormat () |
| returns the desired input type
|
| getOutFormat () |
| returns the output type
|
| translate ($si) |
| Translates a given toolkit object into HTML and appends it to the page.
|
Detailed Description
Renders
Toolkit Objects and their children.
Member Function Documentation
returns a brief description of this class.
- Returns:
- [string]: A brief description of this class.
Reimplemented from STrans.
STransTK::getInFormat |
( |
|
) |
|
returns the desired input type
- Returns:
- [string]: Always returns the string 'media_interactivate', the only input this handles.
Reimplemented from STrans.
STransTK::getOutFormat |
( |
|
) |
|
returns the output type
- Returns:
- [string]: Always returns the string 'html', the only output this gives.
Reimplemented from STrans.
STransTK::translate |
( |
$ |
si |
) |
|
Translates a given toolkit object into HTML and appends it to the page.
- Parameters:
-
- Returns:
- [boolean]: True. False if the given SInput doesn't exist or isn't a toolkit.
Reimplemented from STrans.
The documentation for this class was generated from the following file:
- pr2/translate/STransTK.php5