* $generator = new HTML_Progress2_Generator(); *
* $controllerName = 'myPrivateGenerator'; * $attributes = array( * 'preview' => name of a HTML_QuickForm_Action instance * (default 'ActionPreview', * see 'HTML/Progress2/Generator/Preview.php') * 'display' => name of a HTML_QuickForm_Action_Display instance * (default 'ActionDisplay', * see 'HTML/Progress2/Generator/Default.php') * 'process' => name of a HTML_QuickForm_Action instance * (default 'ActionProcess', * see 'HTML/Progress2/Generator/Process.php') * ); * $generator = new HTML_Progress2_Generator($controllerName, $attributes); *