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.
Author: Marko Djukic ([email protected])
Datei anzeigen 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 Description
__construct ( array $params ) Constructor
getDrivers ( ) : array Returns a list of available action drivers.

Method Details

__construct() public method

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

getDrivers() public static method

Returns a list of available action drivers.
public static getDrivers ( ) : array
return array An array of available drivers.

Property Details

$_params protected_oe property

A hash containing any parameters for the current action driver.
protected array $_params
return array