
Public Member Functions | |
| translate ($si) | |
| A 'pass through' function for media. Grabs the source from SNAP and outputs it to the page. | |
Private Member Functions | |
| replaceMediaTag ($tag) | |
| Translates a media XML tag into HTML and returns the HTML. | |
Definition at line 8 of file STransHTMLMedia.php5.
| STransHTMLMedia::replaceMediaTag | ( | $ | tag | ) | [private] |
Translates a media XML tag into HTML and returns the HTML.
For internal use only.
| $tag | [array]: An array with two parts. Part 1 (index 0) is the XML tag. Part 2 (index 1) is the name of the tag (currently not actually used). |
Definition at line 15 of file STransHTMLMedia.php5.
References SnapResource::lookup(), and SnapResource::retrieve().
| STransHTMLMedia::translate | ( | $ | si | ) |
A 'pass through' function for media. Grabs the source from SNAP and outputs it to the page.
Reimplemented from STransHTML.
Definition at line 68 of file STransHTMLMedia.php5.
References STrans::sendToTarget().
1.5.6