
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 the applet resource into html. This just pulls the resource from the database, or inputs an empty div if the source sin't in the database. | |
There appears to be very, very little difference between this class and STransMediaInteractivateApplet.php5
Definition at line 10 of file STransMediaApplet.php5.
| STransMediaApplet::doc | ( | ) |
returns a brief description of this class
Reimplemented from STrans.
Definition at line 16 of file STransMediaApplet.php5.
| STransMediaApplet::getInFormat | ( | ) |
returns the desired input type
Reimplemented from STrans.
Definition at line 25 of file STransMediaApplet.php5.
| STransMediaApplet::getOutFormat | ( | ) |
returns the output type
Reimplemented from STrans.
Definition at line 33 of file STransMediaApplet.php5.
| STransMediaApplet::translate | ( | $ | si | ) |
Translates the applet resource into html. This just pulls the resource from the database, or inputs an empty div if the source sin't in the database.
Reimplemented from STrans.
Definition at line 43 of file STransMediaApplet.php5.
References STrans::sendToTarget().
1.5.6