PHP Class Horde_Core_Ajax_Imple_AutoCompleter_Base, horde
Copyright 2012-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Méthodes publiques
Свойство |
Type |
Description |
|
$params |
array |
Configuration parameters. |
|
Méthodes publiques
Méthode |
Description |
|
__construct ( array $params = [] ) |
Constructor. |
|
generate ( Horde_Core_Ajax_Imple_AutoCompleter $ac ) |
Generate the javascript necessary to instantiate the autocompleter
object. |
|
Method Details
__construct()
public méthode
generate()
abstract public méthode
Generate the javascript necessary to instantiate the autocompleter
object.
abstract public generate ( Horde_Core_Ajax_Imple_AutoCompleter $ac ) |
$ac |
Horde_Core_Ajax_Imple_AutoCompleter |
The underlying imple
object. |
Property Details
$params public_oe property
Configuration parameters.
public array $params |
Résultat |
array |
|