
Public Member Functions | |
| addVariables ($popup, $idToVariables) | |
| toString ($indent=0) | |
| processVariables ($variables) | |
| loadOnDemand ($allLength, $var) | |
| getObjectProperties ($object) | |
| processVariable ($var) | |
Static Public Member Functions | |
| static | getInstance () |
Protected Member Functions | |
| put ($string, $indent) | |
| Convenience function for formatting a single line. | |
Protected Attributes | |
| $all = array() | |
| $processedValues = array() | |
| $popups = array() | |
Private Member Functions | |
| processStringValue ($object, $var) | |
| processBooleanValue ($object, $var) | |
| processNumericValue ($object, $var) | |
| processNullValue ($object, $var) | |
| processArrayValue ($object, $var) | |
| processObjectValue ($object, $var, $useRemoteReferences=true) | |
Static Private Attributes | |
| static | $instance = NULL |
Definition at line 6 of file PopupVariableManager.class.php.
| spunQ_PopupVariableManager::processVariable | ( | $ | var | ) |
Definition at line 161 of file PopupVariableManager.class.php.
| spunQ_HtmlGenerator::put | ( | $ | string, | |
| $ | indent | |||
| ) | [protected, inherited] |
Convenience function for formatting a single line.
| $string | The string to print | |
| $indent | The indentation level to use, a numeric value. |
Definition at line 11 of file HtmlGenerator.class.php.
1.5.9