Overview

Packages

  • Horde
    • Block
  • None
  • Ulaform

Classes

  • Ulaform
  • Ulaform_Action
  • Ulaform_Action_Mailto
  • Ulaform_Action_Sql
  • Ulaform_Api
  • Ulaform_Driver
  • Ulaform_Driver_Sql
  • Ulaform_Exception
  • Ulaform_Factory_Action
  • Ulaform_Factory_Driver
  • Overview
  • Package
  • Class
  • Tree

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
Extended by Ulaform_Action_Mailto
Package: Ulaform
Author: Marko Djukic marko@oblo.com
Located at Action/Mailto.php
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.
Methods inherited from Ulaform_Action
__construct(), getDrivers()
API documentation generated by ApiGen