Gumbo_Debug_Report_Factory
Debug Report Factory 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 |
Implements interfaces:
Class Methods
public StdClass factory ( [string $name], [mixed $args] )
[line 45]
Returns an instantiated object
Parameter(s):
- (string) $name :: name of the class or key string
- (mixed) $args :: additional arguments
- throws:
Gumbo_Exception - uses:
Gumbo_Load, - Gumbo_Debug
[ Top ]