Class DataStructure
Factory class for creating Data Structure Helper objects
Methods summary
public static
mixed
|
#
create( string $structure )
Returns an instance of the requested helper
Returns an instance of the requested helper
Parameters
- $structure
string $structure The name of the data structure helper to instantiate
Returns
mixed A helper whose purpose is to manipulate data structures of the type $structure
Throws
Exception
Thrown when the helper does not exist
|
Magic methods summary