[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/framework/template/compiler/property/ -> dictionary.inc.php (summary)

(no description)

File Size: 103 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

propertyinfo:: (2 methods):
  propertyinfo()
  load()

propertydictionary:: (5 methods):
  propertydictionary()
  _registerproperty()
  registerproperty()
  getpropertylist()
  getinstance()


Class: propertyinfo  - X-Ref


propertyinfo($property, $tag, $class)   X-Ref
No description

load()   X-Ref
No description

Class: propertydictionary  - X-Ref

The PropertyDictionary, which exists as a global variable, acting as a registry
of compile time properties.

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