PHP Class Ulaform_Api, horde

This file defines Ulaform's external API interface. Other applications can interact with Ulaform through this API. Copyright 2003-2016 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.
Inheritance: extends Horde_Registry_Api
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
display ( integer $form_id, string $target_url = null ) Display form
getFormFields ( integer $form_id ) Get form fields
getForms ( ) Get available forms

Method Details

display() public method

Display form
public display ( integer $form_id, string $target_url = null )
$form_id integer Form id dispaly
$target_url string Target url to link form to

getFormFields() public method

Get form fields
public getFormFields ( integer $form_id )
$form_id integer Form id to get fields for

getForms() public method

Get available forms
public getForms ( )