PHP Класс 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.
Автор: Michael J. Rubinsky ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
factory ( string $driver, array $params = [] ) : Ansel_Widget Factory method for creating Ansel_Widgets

Описание методов

factory() публичный статический Метод

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.
Результат Ansel_Widget object