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

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

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

Свойство Тип Описание
$id integer The id of the item to edit
$record array The data of the item to edit

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

Метод Описание
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 ( )

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

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

The id of the item to edit
protected int $id
Результат integer

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

The data of the item to edit
protected array $record
Результат array