PHP Class Frontend\Modules\Search\Ajax\Livesuggest

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

Protected Methods

Method Description
parsePagination ( ) Parse pagination

Private Methods

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

Method Details

execute() public method

Execute the action
public execute ( )

parsePagination() protected method

Parse pagination
protected parsePagination ( )

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