[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/framework/util/ -> datacomponent.inc.php (summary)

(no description)

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

Defines 1 class

datacomponent:: (5 methods):
  get()
  set()
  import()
  hasproperty()
  getpropertylist()


Class: datacomponent  - X-Ref


get($name)   X-Ref
Gets a copy of a stored property by name

access: public
param: string name of property
return: mixed value of property or NULL if not found

set($name, $value)   X-Ref
Stores a copy of value into a Property

access: public
param: string name of property
param: mixed value of property
return: void

import($property_list)   X-Ref
replaces the current properties of this dataspace with the proprties and values
passed as a parameter

access: public
param: array
return: void

hasproperty($name)   X-Ref
Has a value been assigned under this name for this dataspace?

access: public
param: string name of property
return: boolean TRUE if property exists

getpropertylist()   X-Ref
Return a unique list of available properties
This method is probably going to have capitalization problems.

access: public
return: array



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