PHP Class 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.
Mostra file
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_driver |
|
|
|
$_params |
array |
A hash containing any parameters for the current driver. |
|
Public Methods
Method Details
__construct()
public method
getFieldsArray()
public method
Get a list of fields that belong to a forms as a simple
array.
getFieldsList()
public method
Get a list of fields that belong to a forms.
hasPermission()
public method
public hasPermission ( $perm = Horde_Perms::SHOW, $form_id = null ) |
Property Details
$_driver protected_oe property
$_params protected_oe property
A hash containing any parameters for the current driver.
protected array $_params |
return |
array |
|