PHP 클래스 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.
상속: extends Horde_Registry_Api
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
display ( integer $form_id, string $target_url = null ) Display form
getFormFields ( integer $form_id ) Get form fields
getForms ( ) Get available forms

메소드 상세

display() 공개 메소드

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() 공개 메소드

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

getForms() 공개 메소드

Get available forms
public getForms ( )