[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

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

(no description)

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

Defines 1 class

compilerproperty:: (9 methods):
  isconstant()
  isactive()
  activate()
  getvalue()
  generatescopeentry()
  generateprestatement()
  generateexpression()
  generatepoststatement()
  generatescopeexit()


Class: compilerproperty  - X-Ref


isconstant()   X-Ref
Does this property refer to a constant value at compile time?

access: public
return: Boolean

isactive()   X-Ref
No description

activate()   X-Ref
No description

getvalue()   X-Ref
Return this value as a PHP value

access: public
return: String

generatescopeentry(&$code)   X-Ref
Generate setup code when a property enters a scope in which it is
valid.  This is only called if the Property is considered active.

access: protected
param: CodeWriter
return: void

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

generatescopeexit(&$code)   X-Ref
Generate tear down code when a property enters a scope in which it is
valid.  This is only called if the Property is considered active.

access: protected
param: CodeWriter
return: void



Generated: Sun Nov 28 19:36:09 2004 Cross-referenced by PHPXref 0.5