* @license LGPL, see license.txt for details * @link http://www.php-tools.net */ class patForms_Renderer { /** * method called by patForms to retrieve the rendered form content. * * @access public * @param object &$patForms Reference to the patForms object * @param array Arguments for the renderer */ function render(&$patForms, $args = array()) { // your code } } ?>