PHP Class Backend\Core\Engine\Base\ActionIndex

In this case this is the base class for the index action
Inheritance: extends Action
Datei anzeigen Open project: forkcms/forkcms Class Usage Examples

Protected Properties

Property Type Description
$dataGrid Backend\Core\Engine\DataGridDB A datagrid instance

Public Methods

Method Description
execute ( ) Execute the current action This method will be overwritten in most of the actions, but still be called to add general stuff

Method Details

execute() public method

Execute the current action This method will be overwritten in most of the actions, but still be called to add general stuff
public execute ( )

Property Details

$dataGrid protected_oe property

A datagrid instance
protected DataGridDB,Backend\Core\Engine $dataGrid
return Backend\Core\Engine\DataGridDB