class EditAction

A request to take action on an object, useful when returned from an edit callback

Methods

perform(PDO $pdo, string $table, string $column, int $id)

Perform the action on the database

Details

at line line 24
abstract perform(PDO $pdo, string $table, string $column, int $id)

Perform the action on the database

Parameters

PDO $pdo The database connection
string $table The name of the affected table
string $column The name of the affected column
int $id The ID of the affected entry