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_Api

Ulaform external API interface.

This file defines Ulaform's external API interface. Other applications can interact with Ulaform through this API.

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.

Horde_Registry_Api
Extended by Ulaform_Api
Package: Ulaform
Located at Api.php
Methods summary
public
# getForms( )

Get available forms

Get available forms

public
# getFormFields( integer $form_id )

Get form fields

Get form fields

Parameters

$form_id
Form id to get fields for
public
# display( integer $form_id, string $target_url = null )

Display form

Display form

Parameters

$form_id
Form id dispaly
$target_url
Target url to link form to
API documentation generated by ApiGen