PHP 클래스 Ulaform_Driver, horde

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.
저자: Marko Djukic ([email protected])
저자: Brent J. Nordquist ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_driver
$_params array A hash containing any parameters for the current driver.

공개 메소드들

메소드 설명
__construct ( array $params ) Constructor
getField ( $form_id, $field_id )
getFieldsArray ( $form_id ) : array Get a list of fields that belong to a forms as a simple array.
getFieldsList ( $form_id ) : array Get a list of fields that belong to a forms.
getFormsList ( ) : array Get a list of forms.
hasPermission ( $perm = Horde_Perms::SHOW, $form_id = null )
submitForm ( $form_data )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $params )
$params array Any parameters needed for this driver.

getField() 공개 메소드

public getField ( $form_id, $field_id )

getFieldsArray() 공개 메소드

Get a list of fields that belong to a forms as a simple array.
public getFieldsArray ( $form_id ) : array
리턴 array Array of the available fields for a specific form.

getFieldsList() 공개 메소드

Get a list of fields that belong to a forms.
public getFieldsList ( $form_id ) : array
리턴 array Array of the available fields for a specific form.

getFormsList() 공개 메소드

Get a list of forms.
public getFormsList ( ) : array
리턴 array Array of the available forms.

hasPermission() 공개 메소드

public hasPermission ( $perm = Horde_Perms::SHOW, $form_id = null )

submitForm() 공개 메소드

public submitForm ( $form_data )

프로퍼티 상세

$_driver 보호되어 있는 프로퍼티

protected $_driver

$_params 보호되어 있는 프로퍼티

A hash containing any parameters for the current driver.
protected array $_params
리턴 array