PHP Class Frontend\Modules\Search\Actions\Index

Inheritance: extends Frontend\Core\Engine\Base\Block
Afficher le fichier Open project: forkcms/forkcms

Protected Properties

Свойство 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.

Méthodes publiques

Méthode Description
execute ( ) Execute the extra

Private Methods

Méthode 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 méthode

Execute the extra
public execute ( )

Property Details

$frm protected_oe property

The form instance
protected Form,Frontend\Core\Engine $frm
Résultat Frontend\Core\Engine\Form

$pagination protected_oe property

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