Property | Type | Description | |
---|---|---|---|
$_initAc | boolean | Since this is shared code, we need to keep global init status here. |
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. |
abstract protected _getAutoCompleter ( ) : Horde_Core_Ajax_Imple_AutoCompleter_Base | ||
return | Horde_Core_Ajax_Imple_AutoCompleter_Base | The autocompleter object to use. |
abstract protected _handleAutoCompleter ( string $input ) : mixed | ||
$input | string | Input received from the browser. |
return | mixed | Raw data to return to the javascript code. |
protected static bool $_initAc | ||
return | boolean |