Gumbo_Converter_Array
Gumbo_Converter_Abstract | --Gumbo_Converter_Array
Array Converter Class
| Author(s): |
Michael Luster <mluster79@yahoo.com> |
| License: | New BSD License |
| Copyright: | Copyright (c) 2007, iBayou, Michael Luster |
| Link: | http://sourceforge.net/projects/phpgumbo |
| Version: | 0.0.1 |
Inherited Methods
Class Methods
Returns a Composite
Parameter(s):
- (array) $data :: array data
- throws:
Gumbo_Exception - uses:
Gumbo_Branch
[ Top ]Returns a single Composite object from an array
This is a recusive method
Parameter(s):
- (array) $data
- (string) $name :: name of the Composite
- throws:
Gumbo_Exception - uses:
Gumbo_Interface_Composite
[ Top ]