Static Public Member Functions | |
| static | contentFromParsedXML ($input) |
| INSERT BRIEF DESCRIPTION HERE. | |
| static | contentFromXML ($input) |
| Change XML entites to text characters for the purpose of screen display. | |
| static | contentToScreen ($input) |
| INSERT BRIEF DESCRIPTION HERE. | |
| static | contentToXML ($input) |
| INSERT BRIEF DESCRIPTION HERE. | |
| static | XMLToContent ($input) |
| INSERT BRIEF DESCRIPTION HERE. | |
INSERT FULL DESCRIPTION HERE
Definition at line 10 of file XFormsFunctions.php5.
| static XFormsFunctions::contentFromParsedXML | ( | $ | input | ) | [static] |
INSERT BRIEF DESCRIPTION HERE.
For internal use only.
INSERT FULL DESCRIPTION HERE
| $input | [TYPE]: DESCRIPTION |
Definition at line 61 of file XFormsFunctions.php5.
| static XFormsFunctions::contentFromXML | ( | $ | input | ) | [static] |
Change XML entites to text characters for the purpose of screen display.
For internal use only.
Replace XML entites (<, >, ", ', and &) to text equivalents for normal display of text.
| $input | [string]: DESCRIPTION |
Definition at line 41 of file XFormsFunctions.php5.
Referenced by FormsMailer::recurseFormHelper().
| static XFormsFunctions::contentToScreen | ( | $ | input | ) | [static] |
INSERT BRIEF DESCRIPTION HERE.
For internal use only.
INSERT FULL DESCRIPTION HERE
| $input | [TYPE]: DESCRIPTION |
Definition at line 76 of file XFormsFunctions.php5.
| static XFormsFunctions::contentToXML | ( | $ | input | ) | [static] |
INSERT BRIEF DESCRIPTION HERE.
For internal use only.
INSERT FULL DESCRIPTION HERE
| $input | [TYPE]: DESCRIPTION |
Definition at line 20 of file XFormsFunctions.php5.
| static XFormsFunctions::XMLToContent | ( | $ | input | ) | [static] |
INSERT BRIEF DESCRIPTION HERE.
For internal use only.
INSERT FULL DESCRIPTION HERE
| $input | [TYPE]: DESCRIPTION |
Definition at line 95 of file XFormsFunctions.php5.
1.5.6