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
Mostrar archivo Open project: horde/horde

Protected Methods

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

Method Details

_attach() protected method

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

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