Class Ulaform_Action_Mailto
Ulaform_Action_Mailto Class provides a Ulaform action driver to mail the
results of a form to one or more recipients.
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
-
Ulaform_Action
-
Ulaform_Action_Mailto
Methods summary
public
|
#
doAction( mixed $form_params, mixed $form_data, mixed $fields )
Actually carry out the action.
Actually carry out the action.
|
public static
array
|
#
getInfo( )
Identifies this action driver and returns a brief description, used by
admin when configuring an action for a form and set up using Horde_Form.
Identifies this action driver and returns a brief description, used by
admin when configuring an action for a form and set up using Horde_Form.
Returns
array Array of required parameters.
|
public static
array
|
#
getParams( )
Returns the required parameters for this action driver, used by admin
when configuring an action for a form and set up using Horde_Form.
Returns the required parameters for this action driver, used by admin
when configuring an action for a form and set up using Horde_Form.
Returns
array Array of required parameters.
|