PHP Class Frontend\Modules\Search\Actions\Index

Inheritance: extends Frontend\Core\Engine\Base\Block
Show file Open project: forkcms/forkcms

Protected Properties

Property Type Description
$frm Frontend\Core\Engine\Form The form instance
$pagination array The pagination array It will hold all needed parameters, some of them need initialization.

Public Methods

Method Description
execute ( ) Execute the extra

Private Methods

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

Method Details

execute() public method

Execute the extra
public execute ( )

Property Details

$frm protected property

The form instance
protected Form,Frontend\Core\Engine $frm
return Frontend\Core\Engine\Form

$pagination protected property

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