PHP Class Ansel_Widget, horde
Copyright 2008-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.
Datei anzeigen
Open project: horde/horde
Class Usage Examples
Public Methods
Method |
Description |
|
factory ( string $driver, array $params = [] ) : Ansel_Widget |
Factory method for creating Ansel_Widgets |
|
Method Details
factory()
public static method
Factory method for creating Ansel_Widgets
public static factory ( string $driver, array $params = [] ) : Ansel_Widget |
$driver |
string |
The type of widget to create. |
$params |
array |
Any parameters the widget needs. |
return |
Ansel_Widget |
object |