PHP Класс Ansel_Widget_ImageFaces, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/)
Автор: Duck ([email protected])
Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Ansel_Widget_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_supported_views array The views this Widget may appear in

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

Метод Описание
attach ( Ansel_View_Base $view ) : boolean Attach widget to supplied view.
html ( ) : string Return the HTML representing this widget.

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

attach() публичный Метод

Attach widget to supplied view.
public attach ( Ansel_View_Base $view ) : boolean
$view Ansel_View_Base
Результат boolean

html() публичный Метод

Return the HTML representing this widget.
public html ( ) : string
Результат string The HTML for this widget.

Описание свойств

$_supported_views защищенное свойство

The views this Widget may appear in
protected array $_supported_views
Результат array