PHP Class Frontend\Modules\Search\Ajax\Autosuggest

Inheritance: extends Frontend\Core\Engine\Base\AjaxAction
Datei anzeigen Open project: forkcms/forkcms

Protected Properties

Property Type Description
$pagination array The pagination array It will hold all needed parameters, some of them need initialization.

Public Methods

Method Description
execute ( ) Execute the action
parse ( )

Private Methods

Method Description
display ( ) Display
getCachedData ( ) : boolean Load the cached data
getRealData ( ) Load the data
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )

parse() public method

public parse ( )

Property Details

$pagination protected_oe property

The pagination array It will hold all needed parameters, some of them need initialization.
protected array $pagination
return array