PHP Class Backend\Core\Engine\Base\ActionDelete

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

Protected Properties

Свойство Type Description
$id integer The id of the item to edit
$record array The data of the item to edit

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

$id protected_oe property

The id of the item to edit
protected int $id
Résultat integer

$record protected_oe property

The data of the item to edit
protected array $record
Résultat array