Packageorg.pranaframework.utils
Classpublic class Property



Public Properties
 PropertyDefined by
  chain : Array
Property
  host : *
Property
Public Methods
 MethodDefined by
  
Property(host:*, ... chain)
Property
  
Returns the value of the property.
Property
Property detail
chainproperty
public var chain:Array
hostproperty 
public var host:*
Constructor detail
Property()constructor
public function Property(host:*, ... chain)

Parameters
host:*
 
... chain
Method detail
getValue()method
public function getValue():*

Returns the value of the property.

Returns
*