PHP Класс Trean_Ajax_Imple_TopTags, horde

See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsdl.php.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Imple
Показать файл Открыть проект

Защищенные методы

Метод Описание
_attach ( boolean $init ) : mixed Attach the object to a javascript event.
_handle ( Horde_Variables $vars ) : stdClass Imple handler.

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

_attach() защищенный Метод

Attach the object to a javascript event.
protected _attach ( boolean $init ) : mixed
$init boolean Is this the first time this imple has been initialized?
Результат mixed An array of javascript parameters. If false, the imple handler will ignore this instance (calling code will be responsible for calling imple endpoint).

_handle() защищенный Метод

Imple handler.
protected _handle ( Horde_Variables $vars ) : stdClass
$vars Horde_Variables A variables object.
Результат stdClass The top 10 most popular tags for the current user.