| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Source view] [Print]
(no description)
| Version: | $Id: attribute.inc.php,v 1.3 2004/05/31 21:57:06 jeffmoore Exp $ |
| File Size: | 76 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
attributeproperty:: (6 methods):
attributeproperty()
isconstant()
getvalue()
generateprestatement()
generateexpression()
generatepoststatement()
Class: attributeproperty - X-Ref
A property linked to the value of an attribute.| attributeproperty(&$attribute) X-Ref |
| No description |
| isconstant() X-Ref |
| Does this property refer to a constant value at compile time? access: public return: Boolean |
| getvalue() X-Ref |
| Return this value as a PHP value access: public return: String |
| generateprestatement(&$code) X-Ref |
| Generate setup code for an expression reference access: protected param: CodeWriter return: void |
| generateexpression(&$code) X-Ref |
| Generate the code to read the data value at run time Must generate only a valid PHP Expression. access: protected param: CodeWriter return: void |
| generatepoststatement(&$code) X-Ref |
| Generate tear down code for an expression reference access: protected param: CodeWriter return: void |
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |