PHP Class Ulaform_Action, 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.
Exibir arquivo
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_params |
array |
A hash containing any parameters for the current action driver. |
|
Public Methods
Method Details
__construct()
public method
getDrivers()
public static method
Returns a list of available action drivers.
Property Details
$_params protected_oe property
A hash containing any parameters for the current action driver.
protected array $_params |
return |
array |
|