| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Source view] [Print]
(no description)
| Version: | $Id: servertagcomponent.inc.php,v 1.21 2004/11/12 06:56:24 jeffmoore Exp $ |
| File Size: | 98 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
servertagcomponenttag:: (5 methods):
getrenderedtag()
generateextraattributes()
pregenerate()
postgenerate()
generateconstructor()
Class: servertagcomponenttag - X-Ref
Server tag component tags are ServerComponentTags which also correspond to| getrenderedtag() X-Ref |
| Returns the XML tag name access: protected return: string |
| generateextraattributes(&$code) X-Ref |
| Adds any additional XML attributes access: protected param: CodeWriter return: void |
| pregenerate(&$code) X-Ref |
| Calls the parent preGenerate() method then writes the XML tag name plus a PHP string which renders the attributes from the runtime component. access: protected param: CodeWriter return: void |
| postgenerate(&$code) X-Ref |
| Writes the closing tag string to the compiled template access: protected param: CodeWriter return: void |
| generateconstructor(&$code) X-Ref |
| Writes the compiled template constructor from the runtime component, assigning the attributes found at compile time to the runtime component via a serialized string access: protected param: CodeWriter return: void |
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |