PHP Class 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.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Imple
Afficher le fichier Open project: horde/horde

Méthodes protégées

Méthode Description
_attach ( boolean $init ) : mixed Attach the object to a javascript event.
_handle ( Horde_Variables $vars ) : stdClass Imple handler.

Method Details

_attach() protected méthode

Attach the object to a javascript event.
protected _attach ( boolean $init ) : mixed
$init boolean Is this the first time this imple has been initialized?
Résultat 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() protected méthode

Imple handler.
protected _handle ( Horde_Variables $vars ) : stdClass
$vars Horde_Variables A variables object.
Résultat stdClass The top 10 most popular tags for the current user.