PHP Class Frontend\Modules\Blog\Actions\Index

Inheritance: extends Frontend\Core\Engine\Base\Block
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 extra

Private Methods

Method Description
getData ( ) Load the data, don't forget to validate the incoming data
parse ( ) Parse the data into the template

Method Details

execute() public method

Execute the extra
public execute ( )

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