PHP Class Backend\Core\Engine\Base\ActionIndex

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

Protected Properties

Свойство Type Description
$dataGrid Backend\Core\Engine\DataGridDB A datagrid instance

Méthodes publiques

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

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
Résultat Backend\Core\Engine\DataGridDB