MediaWiki  1.34.0
RowUpdateGenerator.php
Go to the documentation of this file.
1 <?php
23 interface RowUpdateGenerator {
38  public function update( $row );
39 }
RowUpdateGenerator\update
update( $row)
Given a database row, generates an array mapping column names to updated value within the database ro...
RowUpdateGenerator
Definition: RowUpdateGenerator.php:23