| [ Index ] |
PHP Cross Reference of Limb3 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 54 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WactConstantExpressionNode:: (4 methods):
__construct()
isConstant()
getValue()
generateExpression()
Class: WactConstantExpressionNode - X-Ref
A property representing a constant value.| __construct($value) X-Ref |
| No description |
| isConstant() X-Ref |
| Does this property refer to a constant value at compile time? return: Boolean |
| getValue() X-Ref |
| Return this value as a PHP value return: String |
| generateExpression($code) X-Ref |
| Generate the code to read the data value at run time Must generate only a valid PHP Expression. param: WactCodeWriter return: void |
| Generated: Thu Aug 21 04:38:04 2008 | Cross-referenced by PHPXref 0.7 |