PHP Класс Horde_Core_Ajax_Imple_AutoCompleter, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Imple
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_initAc boolean Since this is shared code, we need to keep global init status here.

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

Метод Описание
_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.

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

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

protected _attach ( $init )

_getAutoCompleter() абстрактный защищенный Метод

Get the autocompleter object to use on the browser.
abstract protected _getAutoCompleter ( ) : Horde_Core_Ajax_Imple_AutoCompleter_Base
Результат Horde_Core_Ajax_Imple_AutoCompleter_Base The autocompleter object to use.

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

protected _handle ( Horde_Variables $vars )
$vars Horde_Variables

_handleAutoCompleter() абстрактный защищенный Метод

Do the auto-completion on the server.
abstract protected _handleAutoCompleter ( string $input ) : mixed
$input string Input received from the browser.
Результат mixed Raw data to return to the javascript code.

Описание свойств

$_initAc защищенное статическое свойство

Since this is shared code, we need to keep global init status here.
protected static bool $_initAc
Результат boolean