
Public Member Functions | |
| __construct ($parent) | |
| Initiates the XFormsRenderModule as well as running the parent constructor. | |
| getXFormsRenderModule () | |
| INSERT BRIEF DESCRIPTION HERE. | |
| translate ($si) | |
| Translates the given SInput into html using the XFormsRenderModule. | |
Protected Attributes | |
| $xrm | |
Definition at line 7 of file STransXFormsXML.php5.
| STransXFormsXML::__construct | ( | $ | parent | ) |
Initiates the XFormsRenderModule as well as running the parent constructor.
| $parent | [PageRender]: The current PageRender object being used. |
Reimplemented from STrans.
Definition at line 24 of file STransXFormsXML.php5.
References STrans::$parent.
| STransXFormsXML::getXFormsRenderModule | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Definition at line 64 of file STransXFormsXML.php5.
Referenced by translate().
| STransXFormsXML::translate | ( | $ | si | ) |
Translates the given SInput into html using the XFormsRenderModule.
Reimplemented from STransXML.
Definition at line 34 of file STransXFormsXML.php5.
References $xrm, getXFormsRenderModule(), and STrans::sendToTarget().
STransXFormsXML::$xrm [protected] |
For internal use only.
A constant Render Module that is used repeatedly.
Definition at line 12 of file STransXFormsXML.php5.
Referenced by translate().
1.5.6