| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Source view] [Print]
(no description)
| File Size: | 103 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
propertyinfo:: (2 methods):
propertyinfo()
load()
propertydictionary:: (5 methods):
propertydictionary()
_registerproperty()
registerproperty()
getpropertylist()
getinstance()
Class: propertyinfo - X-Ref
Class: propertydictionary - X-Ref
The PropertyDictionary, which exists as a global variable, acting as a registry| propertydictionary() X-Ref |
access: private |
| _registerproperty(&$PropertyInfo) X-Ref |
| Registers a property in the dictionary, called from the global registerProperty() function. access: protected param: string Tag name param: string Property class name return: void |
| registerproperty(&$PropertyInfo, $file) X-Ref |
| Registers information about a compile time propert in the global property dictionary. This function is called from the respective compile time component class file. access: protected return: void |
| getpropertylist($tag) X-Ref |
| Gets the list of Property Classes registered to a specific tag class. access: protected param: string name of a tag return: array list of propertiess |
| getinstance() X-Ref |
| Returns the global instance of the property dictionary Used so less direct references scattered around to global location access: protected return: PropertyDictionary |
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |