A utility class for working with bean components.
Beans are expected to follow the standard Java bean pattern of having a no argument constuctor and setter functions with name setXyz() (with a single argument named xyz) for field xyz and getters functions with name getXyz() (that accept no arguments).
Located in /MachII/util/BeanUtil.php (line 18)
Creates a bean.
Returns an associative array of bean properties/values based on public getters.
Note: The Mach-II for PHP4/5's describeBean() is unable to determine private vs public unless a naming "trick" is used: getValue() is public, _getValue() is private. Also, it cannot determine if a getter accepts arguments. For these features use PHP5 and MachII5.
Returns the value of a field.
Sets the value of a field in a bean.
Sets the values of fields in a bean.
Documentation generated on Thu, 20 Jan 2005 10:46:52 -0800 by phpDocumentor 1.3.0RC3