\Ansel_Widget

Ansel_Widget:: class wraps the display of widgets to be displayed in various Ansel_Views.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Summary

Methods
Properties
Constants
factory()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

factory()

factory(string  $driver, array  $params = array()) : \Ansel_Widget

Factory method for creating Ansel_Widgets

Parameters

string $driver

The type of widget to create.

array $params

Any parameters the widget needs.

Throws

\Ansel_Exception

Returns

\Ansel_Widget

object