PHP Класс Backend\Core\Engine\Base\ActionIndex

In this case this is the base class for the index action
Наследование: extends Action
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$dataGrid Backend\Core\Engine\DataGridDB A datagrid instance

Открытые методы

Метод Описание
execute ( ) Execute the current action This method will be overwritten in most of the actions, but still be called to add general stuff

Описание методов

execute() публичный Метод

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

Описание свойств

$dataGrid защищенное свойство

A datagrid instance
protected DataGridDB,Backend\Core\Engine $dataGrid
Результат Backend\Core\Engine\DataGridDB