EditAction
class EditAction
A request to take action on an object, useful when returned from an edit callback
Methods
Details
at line line 24
abstract
perform(PDO $pdo, string $table, string $column, int $id)
Perform the action on the database