\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-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Summary

Methods
Properties
Constants
getForms()
getFormFields()
display()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getForms()

getForms() 

Get available forms

getFormFields()

getFormFields(integer  $form_id) 

Get form fields

Parameters

integer $form_id

Form id to get fields for

display()

display(integer  $form_id, string  $target_url = null) 

Display form

Parameters

integer $form_id

Form id dispaly

string $target_url

Target url to link form to