PHP Class Horde_Core_Ajax_Imple_AutoCompleter, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Imple
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_initAc boolean Since this is shared code, we need to keep global init status here.

Protected Methods

Method Description
_attach ( $init )
_getAutoCompleter ( ) : Horde_Core_Ajax_Imple_AutoCompleter_Base Get the autocompleter object to use on the browser.
_handle ( Horde_Variables $vars )
_handleAutoCompleter ( string $input ) : mixed Do the auto-completion on the server.

Method Details

_attach() protected method

protected _attach ( $init )

_getAutoCompleter() abstract protected method

Get the autocompleter object to use on the browser.
abstract protected _getAutoCompleter ( ) : Horde_Core_Ajax_Imple_AutoCompleter_Base
return Horde_Core_Ajax_Imple_AutoCompleter_Base The autocompleter object to use.

_handle() protected method

protected _handle ( Horde_Variables $vars )
$vars Horde_Variables

_handleAutoCompleter() abstract protected method

Do the auto-completion on the server.
abstract protected _handleAutoCompleter ( string $input ) : mixed
$input string Input received from the browser.
return mixed Raw data to return to the javascript code.

Property Details

$_initAc protected_oe static_oe property

Since this is shared code, we need to keep global init status here.
protected static bool $_initAc
return boolean