MediaWiki  master
RowUpdateGenerator.php
Go to the documentation of this file.
1 <?php
25 interface RowUpdateGenerator {
40  public function update( $row );
41 }
update( $row)
Given a database row, generates an array mapping column names to updated value within the database ro...