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.
Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$params array Configuration parameters.

Public Methods

Method 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 method

Constructor.
public __construct ( array $params = [] )
$params array Configuration options.

generate() abstract public method

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
return array